Difference between revisions of "Cargo"
Jump to navigation
Jump to search
(14 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Lowercase}} | {{Lowercase}} | ||
− | [[wikipedia:Cargo]] | + | [[wikipedia:Cargo]] is the [[Rust]] [[package manager]]. |
− | + | * macOS installation: <code>[[brew install rust]]</code> | |
+ | * <code>[[apt install cargo]]</code> | ||
+ | |||
+ | == Commands == | ||
+ | * <code>[[cargo run]]</code> | ||
+ | * <code>[[cargo test]]</code> | ||
+ | * <code>[[cargo install]]</code> | ||
+ | * <code>[[cargo uninstall]]</code> | ||
+ | * <code>[[cargo build]]</code> | ||
+ | * <code>[[cargo --help]]</code> | ||
== Related == | == Related == | ||
− | * [[crates]] | + | * <code>[[crates]]</code> |
+ | * [[The Graph]] | ||
== See also == | == See also == | ||
+ | * {{cargo cmd}} | ||
* {{cargo}} | * {{cargo}} | ||
* {{Rust}} | * {{Rust}} | ||
− | [[Category: | + | [[Category:Rust]] |
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: