What are some good rust tools/extentions?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Clippy

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

  • Clippy, rust's main linter tool. It's highly configurable and gives very high signal info

  • rustfmt

    Format Rust code

  • Hey so I've recently come across a few tools that make coding with rust just that little bit nicer. Things like automatic source code formatting; and cross compiling with docker. I'm only aware of a minor few > Rust src formatter

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cross

    “Zero setup” cross compilation and “cross testing” of Rust crates

  • > Rust Cross compiler with docker > Rust Documentation Generator

  • rust-analyzer

    A Rust compiler front-end for IDEs

  • rust-analyzer, the top-of-line language server for Rust. Most IDEs/code editors that support rust have extensions that support this and it's an absolute must for development

  • tarpaulin

    A code coverage tool for Rust projects

  • I’ll add tarpaulin, a crate I use for code coverage analysis.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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