rust/src/doc/trpl/getting-started.md
Steve Klabnik f01dbf2194 More editing work on TRPL
Fill out blank section headers. Copy edit the entire first section.
2015-04-10 16:28:55 -04: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.