-
Notifications
You must be signed in to change notification settings - Fork 1
Make modules system consistent #68
Copy link
Copy link
Open
Description
There are 2 styles when introduce modules in Rust, following are the structure with a chat module:
Old style (with mod.rs),
src
|- chat
|- mod.rs
|- other.rs
|- lib.rs
|- xyz.rs
New style:
src
|- chat
|- other.rs
|- lib.rs
|- xyz.rs
|- chat.rs
Signal your preference so we can decide which styles to use. After we have all the dev signals, change the codebase to use the agreed style.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels