A framework for writing plugins that integrate with the Rust compiler
A compiler plugin which provides several macros for exposing rustc version info into the rust code for debugging purposes
Library API for generating RustViz ownership/borrow visualizations by shelling out to the rustviz-plugin rustc plugin.
🔮 Rustc plugin for Bronzite compile-time reflection - extracts type information from Rust code
A rustc plugin to check for numerical instability
Detect deadlocks in Rust source code at compile time using Petri nets
A simple rustc plugin to host documentation for your items in a separate file.
🔮 Compile-time type reflection for Rust - inspect traits, fields, and methods from proc-macros with an ergonomic navigation API
🔮 Client library for querying the Bronzite compile-time reflection daemon from proc-macros
🔮 Background daemon for Bronzite compile-time reflection - caches rustc compilation for fast type queries
🔮 Proc-macros for Bronzite compile-time type reflection - inspect traits, fields, and methods at compile time
🔮 Shared types for Bronzite compile-time reflection IPC protocol