diff options
Diffstat (limited to 'exercises/modules')
| -rw-r--r-- | exercises/modules/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/exercises/modules/README.md b/exercises/modules/README.md index 7a0232f..7a58d90 100644 --- a/exercises/modules/README.md +++ b/exercises/modules/README.md @@ -1 +1,7 @@ -For this exercise check out the [Modules](https://doc.rust-lang.org/book/2018-edition/ch07-01-mod-and-the-filesystem.html) chapter of the Rust Book.
\ No newline at end of file +### 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-modules-and-use-to-control-scope-and-privacy.html) |
