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

nightly rustc_plugin

A framework for writing plugins that integrate with the Rust compiler

26 releases (5 breaking)

0.10.0-nightly-2024-05-20 May 21, 2024
0.9.0-nightly-2024-01-24 Feb 22, 2024
0.8.0-nightly-2024-01-06 Jan 7, 2024
0.7.4-nightly-2023-08-25 Dec 5, 2023
0.5.27 Jun 21, 2022

#993 in Development tools

Download history 102/week @ 2024-03-31 29/week @ 2024-04-07 1/week @ 2024-04-14 9/week @ 2024-04-21 8/week @ 2024-04-28 1/week @ 2024-05-05 124/week @ 2024-05-19 30/week @ 2024-05-26 19/week @ 2024-06-02 36/week @ 2024-06-09 16/week @ 2024-06-16 13/week @ 2024-06-23 7/week @ 2024-06-30 49/week @ 2024-07-07 12/week @ 2024-07-14

82 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