about summary refs log tree commit diff
path: root/src/doc/trpl/getting-started.md
blob: 555d40e65970618b2ed122362da5a15ec8159599 (plain)
1
2
3
4
5
% Getting Started

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