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 fnimplmod <name> { ... }
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gzAn opinionated tool that organizes a Rust source file in the following order:
mod <name>useconst/staticstruct/enum/union/type/traitfnimplmod <name> { ... }