rust/src/doc/trpl/getting-started.md
FuGangqiang 46462c7b5f fix doc
2015-04-25 16:30:25 +08:00

248 B
Raw Blame History

% Getting Started

This first section of the book will get you going with Rust and its tooling. First, well install Rust. Then, the classic Hello World program. Finally, well talk about Cargo, Rusts build system and package manager.