rust-organizer/README.md

240 B

Rust Organizer

An opinionated tool that organizes a Rust source file in the following order:

  1. mod <name>
  2. use
  3. sorted const/static
  4. sorted struct/enum/union/type/trait
  5. fn
  6. impl
  7. mod <name> { ... }