Rust toolchains

From wikinotes
Revision as of 23:40, 7 September 2021 by Will (talk | contribs) (→‎cargo)
rust cargo


rustc

rustc is the rust compiler.

rustc foo.rs  # compiles 'foo' executable from foo.rs

cargo

cargo is rust's build system and package manager.