rustlings/exercises/modules/README.md

8 lines
221 B
Markdown
Raw 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
2019-06-06 22:17:22 -05:00
- [The Module System](https://doc.rust-lang.org/book/ch07-02-defining-modules-to-control-scope-and-privacy.html)