rust/src/doc/book/syntax-and-semantics.md
Steve Klabnik 024aa9a345 src/doc/trpl -> src/doc/book
The book was located under 'src/doc/trpl' because originally, it was
going to be hosted under that URL. Late in the game, before 1.0, we
decided that /book was a better one, so we changed the output, but
not the input. This causes confusion for no good reason. So we'll change
the source directory to look like the output directory, like for every
other thing in src/doc.
2015-11-19 11:30:18 -05:00

366 B
Raw Blame History

% 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.