cargo-fixit

Crates.iocargo-fixit
lib.rscargo-fixit
version0.1.7
created_at2025-07-18 17:14:54.956346+00
updated_at2025-08-13 18:57:19.356449+00
descriptionProposed fixit commands for cargo
homepage
repositoryhttps://github.com/crate-ci/cargo-fixit
max_upload_size
id1759203
size115,031
Ed Page (epage)

documentation

README

cargo-fixit

Prototype for alternative cargo fix (rust-lang/cargo#13214)

Documentation License Crates Status

This is meant to be a drop-in replacement for cargo fix, except faster.

Before

$ cargo fix
$ cargo clippy --fix

After

$ cargo install cargo-fixit
$ cargo fixit
$ cargo fixit --clippy

Expectations

  • Edition migration is unsupported
  • The CLI is modeled off of cargo fix 1.89 (no implicit --all-targets)

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt