Rustc

From Rosetta Code
Revision as of 08:42, 18 October 2019 by rosettacode>Tschwinge (rustc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Rustc is an implementation of Rust. Other implementations of Rust.

rustc is the compiler for the Rust programming language, provided by the project itself[1], that is the primary implementation of the Rust programming language. It relies on LLVM for optimization and code generation.