]> git.lizzy.rs Git - rust.git/blob - src/doc/trpl/intermediate.md
Rollup merge of #21357 - kimroen:patch-1, r=sanxiyn
[rust.git] / src / doc / trpl / intermediate.md
1 % Intermediate
2
3 This section contains individual chapters, which are self-contained. They focus
4 on specific topics, and can be read in any order.
5
6 After reading "Intermediate," you will have a solid understanding of Rust,
7 and will be able to understand most Rust code and write more complex programs.