rust/src/doc/trpl/getting-started.md
Jonathan Hansford f116ab58b2 2nd to 3rd person
Replacing all references to the 2nd person with references to the 3rd
person (excluding `authors = [ "Your name <you@example.com>" ]` and
`file:///home/yourname/projects/hello_world` in `hello-cargo.md`)
2015-10-09 12:06:05 -04:00

247 B
Raw Blame History

% Getting Started

This first section of the book will get us 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.