Rust toolchains

From wikinotes
Revision as of 23:41, 7 September 2021 by Will (talk | contribs)

rustc

rustc is the rust compiler.

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

cargo

rust cargo is rust's build system and package manager.