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

nightly rustc_plugin

A framework for writing plugins that integrate with the Rust compiler

25 releases (4 breaking)

0.9.0-nightly-2024-01-24 Feb 22, 2024
0.7.4-nightly-2023-08-25 Dec 5, 2023
0.7.3-nightly-2023-08-25 Nov 7, 2023
0.6.0-nightly-2023-04-12 May 22, 2023
0.5.27 Jun 21, 2022

#1294 in Development tools

41 downloads per month
Used in 3 crates

MIT license

18KB
347 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–1.8MB
~38K SLoC