We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Cargo
Cargo.build
1 parent 8195303 commit d87d058Copy full SHA for d87d058
import/bob/cargo.fl
@@ -1,6 +1,9 @@
1
# SPDX-License-Identifier: MIT
2
# Copyright (c) 2024 Aymeric Wibo
3
4
+# This class provides a way to build projects with Cargo.
5
class Cargo {
6
+ # Build the Cargo project in the current directory.
7
+ # This expects a `Cargo.toml` file to be present and will return the path to the Cargo-generated artifact directory.
8
static proto build -> str
9
}
0 commit comments