this post was submitted on 13 Apr 2023
1 points (100.0% liked)

Rust Programming

8144 readers
2 users here now

founded 6 years ago
MODERATORS
 

I would like to know if there are any proposals for internal file organization, like what to put from top to bottom...

Example: start with pub use declarations, then use, the mod, enums, traits, etc.

I've seen rustfmt has some options like reorder_imports that may impose some partial structure, but I would like a more comprehensive guide/spec...

If there's nothing like that. Can we maybe discuss something that makes sense? 🤔

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here