Rust toolchains

From wikinotes
Revision as of 01:46, 1 September 2021 by Will (talk | contribs)
rust cargo

rustc

rustc is the rust compiler.

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