cargo/crates/rustfix
Weihang Lo ad2c45bde9
refactor: clean up package metadata
Like PR 12352 but for homepage and repository

Versions for

* `cargo-credential-1password`
* `cargo-util-schemas`
* `home`

are bumped along with the change.
2023-12-18 16:09:03 -05:00
..
examples chore(rustfix): remove useless clippy rules 2023-12-18 20:17:05 +08:00
proptest-regressions Merge remote-tracking branch 'rustfix/master' into rustfix 2023-11-18 16:51:22 -08:00
src chore(rustfix): fix a typo 2023-12-18 20:10:28 +08:00
tests Auto merge of #13047 - tompscanlan:rustfix-ignored-tests, r=weihanglo 2023-11-26 17:14:11 +00:00
Cargo.toml refactor: clean up package metadata 2023-12-18 16:09:03 -05:00
CHANGELOG.md chore(rustfix): rename Changelog.md to CHANGELOG.md 2023-12-18 20:05:52 +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 chore(rustfix): rename Readme.md to README.md 2023-12-18 20:04:50 +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.