summaryrefslogtreecommitdiff
path: root/exercises/modules/README.md
blob: d4bd0585974af8fad1015d9ed671d01132477fd1 (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/stable/book/ch07-02-defining-modules-to-control-scope-and-privacy.html)