summaryrefslogtreecommitdiff
path: root/exercises/modules/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/modules/README.md')
-rw-r--r--exercises/modules/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/exercises/modules/README.md b/exercises/modules/README.md
new file mode 100644
index 0000000..7a58d90
--- /dev/null
+++ b/exercises/modules/README.md
@@ -0,0 +1,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-modules-and-use-to-control-scope-and-privacy.html)