rustfmt

Format Rust source code. More information: https://github.com/rust-lang/rustfmt.

rustfmt {{path/to/source.rs}}

rustfmt --check {{path/to/source.rs}}

rustfmt --backup {{path/to/source.rs}}

rustfmt --style-edition {{2015|2018|2021|2024}} {{[-v|--verbose]}} {{path/to/source1.rs path/to/source2.rs ...}}

rustfmt --edition {{2015|2018|2021|2024}} {{path/to/source1.rs path/to/source2.rs ...}}