Rust toolchains: Difference between revisions

From wikinotes
No edit summary
Line 1: Line 1:
{|
|-
| [[rust cargo]]
|-
|}
= rustc =
= rustc =
<blockquote>
<blockquote>

Revision as of 23:41, 7 September 2021

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.