cargo-fixit 0.1.7

Proposed fixit commands for cargo
Documentation

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.