24
Do you use mod.rs, the module name, or does it vary? How do you decide?
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
You can always inline the mod.rs contents in its parent module and have one fewer file overall. Not every module needs to be in its own file.
But generally when working in an IDE I don't like to see a bunch of mod.rs files in the tabs as it just makes it harder to jump to the right one.
I did that at work and people had a heart attack lol. Which i thought was silly because the mod literally had no code in it besides module file declarations. /shrug