diff options
Diffstat (limited to 'exercises/10_modules/README.md')
| -rw-r--r-- | exercises/10_modules/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/exercises/10_modules/README.md b/exercises/10_modules/README.md new file mode 100644 index 0000000..3dc8a48 --- /dev/null +++ b/exercises/10_modules/README.md @@ -0,0 +1,7 @@ +# Modules + +In this section we'll give you an introduction to Rust's module system. + +## Further information + +- [The Module System](https://doc.rust-lang.org/book/ch07-00-managing-growing-projects-with-packages-crates-and-modules.html) |
