summaryrefslogtreecommitdiff
path: root/exercises/modules/README.md
blob: bb7651066872fe3271c64fb3d6a71e3e3aeeda09 (plain)
1
2
3
4
5
6
7
### Modules

In this section we'll give you an introduction to Rust's module system.

#### Book Sections

- [The Module System](https://doc.rust-lang.org/book/ch07-02-defining-modules-to-control-scope-and-privacy.html)