#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

#1081 in Development tools

Download history 4/week @ 2024-10-26 11/week @ 2024-11-02 15/week @ 2024-11-09 15/week @ 2024-11-16 24/week @ 2024-11-23 150/week @ 2024-11-30 74/week @ 2024-12-07 241/week @ 2024-12-14 122/week @ 2024-12-21 67/week @ 2024-12-28 45/week @ 2025-01-04 52/week @ 2025-01-11 142/week @ 2025-01-18 73/week @ 2025-01-25 121/week @ 2025-02-01 235/week @ 2025-02-08

580 downloads per month
Used in 8 crates (6 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
~40K SLoC