Advanced Hands-on Rust: Library File Structure Shows `main.rs` (Page 21)

@herbert

When creating my_library in the more_hands workspace in chapter 2, there’s a graphic showing the expected directory structure. It says that the default code for the library should be in more_hands/my_library/src/main.rs instead of more_hands/my_library/src/lib.rs. See screenshot.

Thanks for spotting that! I’ve added it to the list - it should make the next beta.