]> git.lizzy.rs Git - rust.git/blob - src/doc/trpl/syntax-and-semantics.md
Rollup merge of #25665 - OlegTsyba:fix_documentation, r=Gankro
[rust.git] / src / doc / trpl / 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.