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