2021-04-23 17:54:31 +00:00
|
|
|
# Modules
|
2019-01-23 20:02:06 +00:00
|
|
|
|
|
|
|
In this section we'll give you an introduction to Rust's module system.
|
|
|
|
|
2021-04-23 17:54:31 +00:00
|
|
|
## Further information
|
2019-01-23 20:02:06 +00:00
|
|
|
|
2019-06-07 03:17:22 +00:00
|
|
|
- [The Module System](https://doc.rust-lang.org/book/ch07-02-defining-modules-to-control-scope-and-privacy.html)
|