Мануалы и справочники Общие команды
cargo-fmt

Команда cargo-fmt: опции, ключи и примеры использования

cargo fmt

Run rustfmt on all source files in a Rust project. More information: https://github.com/rust-lang/rustfmt.

  • Format all source files:

cargo fmt

  • Check for formatting errors without writing to the files:

cargo fmt --check

  • Pass arguments to each rustfmt call:

cargo fmt -- {{rustfmt_args}}

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM