rust/src/doc/book/syntax-and-semantics.md

11 lines
366 B
Markdown
Raw Normal View History

2015-04-07 21:16:02 -05:00
% Syntax and Semantics
This section breaks Rust down into small chunks, one for each concept.
If youd 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 youre reading
another tutorial and find something confusing, you can find it explained
somewhere in here.