Skip to content

Commit

Permalink
Merge pull request #791 from will-2012/patch-1
Browse files Browse the repository at this point in the history
Update ch07-00-managing-growing-projects-with-packages-crates-and-mod…
  • Loading branch information
KaiserY authored May 7, 2024
2 parents c23c33a + b966f7a commit 5f561b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Rust 有许多功能可以让你管理代码的组织,包括哪些内容可以
* *****Packages*):Cargo 的一个功能,它允许你构建、测试和分享 crate。
* **Crates** :一个模块的树形结构,它形成了库或二进制项目。
* **模块***Modules*)和 **use**:允许你控制作用域和路径的私有性。
* **路径***path*):一个命名例如结构体、函数或模块等项的方式
* **路径***path*):一个命名例如结构体、函数或模块等项的方式

本章将会涵盖所有这些概念,讨论它们如何交互,并说明如何使用它们来管理作用域。到最后,你会对模块系统有深入的了解,并且能够像专业人士一样使用作用域!

Expand Down

0 comments on commit 5f561b3

Please sign in to comment.