Difference between revisions of "Cargo"

From wikieduonline
Jump to navigation Jump to search
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Draft}}
 
 
{{Lowercase}}
 
{{Lowercase}}
 
[[wikipedia:Cargo]] is the [[Rust]] [[package manager]].
 
[[wikipedia:Cargo]] is the [[Rust]] [[package manager]].
  
[[cargo run]]
+
* macOS installation: <code>[[brew install rust]]</code>
 +
* <code>[[apt install cargo]]</code>
  
[[cargo --help]]
+
== 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:programming]]
+
[[Category:Rust]]

Latest revision as of 14:03, 27 May 2024

Advertising: