rustc-plugin: A framework for writing plugins that integrate with the Rust compiler

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. rustc_plugin

    A framework for writing plugins that integrate with the Rust compiler

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. flowistry

    Flowistry is an IDE plugin for Rust that helps you focus on relevant code.

    I'm personally excited about building developer tools with a sophisticated understanding of your Rust programs. So I've worked on tools like Flowistry and Aquascope.

  4. aquascope

    Interactive visualizations of Rust at compile-time and run-time

    I'm personally excited about building developer tools with a sophisticated understanding of your Rust programs. So I've worked on tools like Flowistry and Aquascope.

  5. prusti-dev

    A static verifier for Rust, based on the Viper verification infrastructure.

    But there's also a lot of exciting work around formal verification like Prusti.

  6. Clippy

    A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

    Yes, you could use it to write a lint. Although you might find it easier to just fork Clippy and add your own lints to their existing framework.

  7. dylint

    Run Rust lints from dynamic libraries

    There is also https://github.com/trailofbits/dylint for writing custom lints.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • More than you've ever wanted to know about errors in Rust

    1 project | news.ycombinator.com | 23 Jul 2023
  • New clippy lint: detecting `&mut` which could be `&` in function arguments

    2 projects | /r/rust | 10 Jul 2023
  • I want to contribute in a big project

    6 projects | /r/rust | 1 May 2023
  • Reading Rust

    2 projects | /r/rust | 11 Apr 2023
  • How are compiler validations implement in rust compiler behind the scenes?

    2 projects | /r/rust | 30 Mar 2023