cargo/crates/rustfix
2023-11-27 10:50:10 -05:00
..
examples Fix clippy warnings. 2023-11-19 08:07:37 -08:00
proptest-regressions Merge remote-tracking branch 'rustfix/master' into rustfix 2023-11-18 16:51:22 -08:00
src refactor: use custom error instead of anyhow 2023-11-27 10:50:10 -05:00
tests Auto merge of #13047 - tompscanlan:rustfix-ignored-tests, r=weihanglo 2023-11-26 17:14:11 +00:00
Cargo.toml chore: bump rustfix to 0.7.0 2023-11-27 10:50:10 -05:00
Changelog.md Merge remote-tracking branch 'rustfix/master' into rustfix 2023-11-18 16:51:22 -08:00
LICENSE-APACHE Switch rustfix license files to be symlinks 2023-11-18 18:31:08 -08:00
LICENSE-MIT Switch rustfix license files to be symlinks 2023-11-18 18:31:08 -08:00
Readme.md Update rustfix readme to be a little more current. 2023-11-18 18:44:40 -08:00

rustfix

Latest Version Rust Documentation

Rustfix is a library defining useful structures that represent fix suggestions from rustc.

This is a low-level library. You pass it the JSON output from rustc, and you can then use it to apply suggestions to in-memory strings. This library doesn't execute commands, or read or write from the filesystem.

If you are looking for the cargo fix implementation, the core of it is located in cargo::ops::fix.

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.