rust/src/doc/trpl/getting-started.md

6 lines
247 B
Markdown
Raw Normal View History

2015-04-07 21:16:02 -05:00
% Getting Started
This first section of the book will get us going with Rust and its tooling.
2015-04-24 10:56:02 -05:00
First, well install Rust. Then, the classic Hello World program. Finally,
well talk about Cargo, Rusts build system and package manager.