Difference between revisions of "Cargo"
Jump to navigation
Jump to search
(5 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
* macOS installation: <code>[[brew install rust]]</code> | * macOS installation: <code>[[brew install rust]]</code> | ||
− | + | * <code>[[apt install cargo]]</code> | |
− | |||
+ | == Commands == | ||
* <code>[[cargo run]]</code> | * <code>[[cargo run]]</code> | ||
+ | * <code>[[cargo test]]</code> | ||
* <code>[[cargo install]]</code> | * <code>[[cargo install]]</code> | ||
* <code>[[cargo uninstall]]</code> | * <code>[[cargo uninstall]]</code> | ||
+ | * <code>[[cargo build]]</code> | ||
* <code>[[cargo --help]]</code> | * <code>[[cargo --help]]</code> | ||
== Related == | == Related == | ||
− | * [[crates]] | + | * <code>[[crates]]</code> |
+ | * [[The Graph]] | ||
== See also == | == See also == |
Latest revision as of 14:03, 27 May 2024
wikipedia:Cargo is the Rust package manager.
- macOS installation:
brew install rust
apt install cargo
Commands[edit]
Related[edit]
See also[edit]
cargo [ run | install | unsintall ]
,--help
- cargo,
cargo.toml, brew install rust
- Rust,
rustc, cargo, rustup
,crates
, Tokio, Crate registry,RUST_BACKTRACE
Advertising: