#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

#1076 in Development tools

Download history 6/week @ 2024-10-20 3/week @ 2024-10-27 16/week @ 2024-11-03 10/week @ 2024-11-10 20/week @ 2024-11-17 24/week @ 2024-11-24 155/week @ 2024-12-01 67/week @ 2024-12-08 252/week @ 2024-12-15 167/week @ 2024-12-22 8/week @ 2024-12-29 53/week @ 2025-01-05 72/week @ 2025-01-12 132/week @ 2025-01-19 136/week @ 2025-01-26 94/week @ 2025-02-02

442 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