summary refs log tree commit diff
path: root/src/doc/trpl/syntax-and-semantics.md
blob: cce985c9e484c1436179e5773e396b47a35ecad4 (plain)
1
2
3
4
5
6
7
8
9
10
% Syntax and Semantics

This section breaks Rust down into small chunks, one for each concept.

If you’d like to learn Rust from the bottom up, reading this in order is a
great way to do that.

These sections also form a reference for each concept, so if you’re reading
another tutorial and find something confusing, you can find it explained
somewhere in here.