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
I avoid using mod.rs because then I'll have a bazillion mod.rs files. It's what I hate about python modules. I would rather have a thingy.rs and then a thingy folder than many files named the same thing distinct only by their path.