Rust Organizer
An opinionated tool that organizes a Rust source file in the following order:
mod <name>
use
- sorted
const
/static
- sorted
struct
/enum
/union
/type
/trait
fn
impl
mod <name> { ... }
Description
Languages
Rust
100%