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> { ... }
https://tangled.org/dekker.one/rust-organizer
git@knot.dekker.one:dekker.one/rust-organizer
For self-hosted knots, clone URLs may differ based on your setup.
An opinionated tool that organizes a Rust source file in the following order:
mod <name>useconst/staticstruct/enum/union/type/traitfnimplmod <name> { ... }