After reading ch7 Managing Growing Projects with Packages, Crates, and Modules, use mod
to manage the Rust book code for future review.
Book:
https://doc.rust-lang.org/stable/book/,
中文翻译:
https://github.com/KaiserY/trpl-zh-cn (推荐)
https://rustwiki.org/zh-CN/book/
If you want to use the code in Chapter 7, switch to the ch7
branch
bash
git checkout ch7