]> git.proxmox.com Git - rustc.git/blob - src/doc/book/syntax-and-semantics.md
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / doc / book / syntax-and-semantics.md
1 % Syntax and Semantics
2
3 This section breaks Rust down into small chunks, one for each concept.
4
5 If you’d like to learn Rust from the bottom up, reading this in order is a
6 great way to do that.
7
8 These sections also form a reference for each concept, so if you’re reading
9 another tutorial and find something confusing, you can find it explained
10 somewhere in here.