Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ interested in this topic, see [the Rust API Guidelines][api-guidelines].
> This helps you design a good API; not only are you the author, but you’re
> also a client!
>
> **Do not** let multiple module trees overlap (like `mod foo;` in both
> _src/lib.rs_ and _src/main.rs_), as this can cause serious inconsistencies
>
> In [Chapter 12][ch12]<!-- ignore -->, we’ll demonstrate this organizational
> practice with a command line program that will contain both a binary crate
> and a library crate.
Expand Down