rustlings/exercises/modules/README.md

8 lines
234 B
Markdown
Raw Permalink Normal View History

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