1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-01-12 03:51:08 +02:00
rustlings/exercises/modules/README.md

8 lines
234 B
Markdown
Raw Normal View History

# Modules
2019-01-23 22:02:06 +02:00
In this section we'll give you an introduction to Rust's module system.
## Further information
2019-01-23 22:02:06 +02:00
- [The Module System](https://doc.rust-lang.org/book/ch07-00-managing-growing-projects-with-packages-crates-and-modules.html)