mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-22 23:10:20 +08:00
Update ch07-02-defining-modules-to-control-scope-and-privacy.md (#119)
This commit is contained in:
parent
8df6ee7d6e
commit
21366eed87
@ -8,7 +8,7 @@
|
||||
|
||||
我们可以将函数放置到嵌套的模块中,来使我们的 crate 结构与实际的餐厅结构相同。通过执行 `cargo new --lib restaurant`,来创建一个新的名为 `restaurant` 的库。然后将示例 7-1 中所罗列出来的代码放入 *src/lib.rs* 中,来定义一些模块和函数。
|
||||
|
||||
Filename: src/lib.rs
|
||||
文件名: src/lib.rs
|
||||
|
||||
```rust
|
||||
mod front_of_house {
|
||||
|
Loading…
Reference in New Issue
Block a user