summary refs log tree commit diff
path: root/src/doc/trpl/intermediate.md
blob: 73370a32231ebec4d452ed56f65343959ccf6891 (plain)
1
2
3
4
5
6
7
% Intermediate

This section contains individual chapters, which are self-contained. They focus
on specific topics, and can be read in any order.

After reading "Intermediate," you will have a solid understanding of Rust,
and will be able to understand most Rust code and write more complex programs.