The rustc book    

The rustc book
  • 文档概述
    rustc is the compiler for the Rust programming language, provided by the project itself. Compilers take your source code and produce binary code, either as a library or executable.