16 unstable releases (7 breaking)

0.8.1 Mar 21, 2024
0.6.1 May 23, 2022
0.6.0 Jun 9, 2021
0.5.1 Apr 2, 2020
0.1.0 May 15, 2017

#266 in Development tools

Download history 28225/week @ 2024-01-05 26112/week @ 2024-01-12 27158/week @ 2024-01-19 29644/week @ 2024-01-26 33705/week @ 2024-02-02 40452/week @ 2024-02-09 39527/week @ 2024-02-16 42246/week @ 2024-02-23 46503/week @ 2024-03-01 48683/week @ 2024-03-08 49083/week @ 2024-03-15 47428/week @ 2024-03-22 40871/week @ 2024-03-29 37412/week @ 2024-04-05 38846/week @ 2024-04-12 33668/week @ 2024-04-19

157,698 downloads per month
Used in 204 crates (8 directly)

MIT/Apache

28KB
482 lines

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.

Dependencies

~1–1.9MB
~39K SLoC