#compiler-plugin #framework #integrate #generalized #clippy #driver

nightly rustc_plugin

A framework for writing plugins that integrate with the Rust compiler

29 releases

0.12.0-nightly-2024-12-15 Dec 16, 2024
0.10.0-nightly-2024-05-20 May 21, 2024
0.9.0-nightly-2024-01-24 Feb 22, 2024
0.7.4-nightly-2023-08-25 Dec 5, 2023
0.5.27 Jun 21, 2022

#862 in Development tools

Download history 27/week @ 2024-09-11 33/week @ 2024-09-18 48/week @ 2024-09-25 46/week @ 2024-10-02 24/week @ 2024-10-09 5/week @ 2024-10-16 5/week @ 2024-10-23 6/week @ 2024-10-30 17/week @ 2024-11-06 10/week @ 2024-11-13 22/week @ 2024-11-20 81/week @ 2024-11-27 122/week @ 2024-12-04 213/week @ 2024-12-11 93/week @ 2024-12-18 151/week @ 2024-12-25

637 downloads per month
Used in 7 crates (5 directly)

MIT license

18KB
348 lines

A framework for writing plugins that integrate with the Rust compiler.

Much of this library is either directly copy/pasted, or otherwise generalized from the Clippy driver: https://github.com/rust-lang/rust-clippy/tree/master/src

Dependencies

~1–2MB
~41K SLoC