What are some useful tools for Rust?

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. bacon

    background code checker

    bacon

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. just

    🤖 Just a command runner

    just

  4. cargo-cache

    manage cargo cache (${CARGO_HOME}, ~/.cargo/), print sizes of dirs and remove dirs selectively

    cargo-cache

  5. cargo-sweep

    A cargo subcommand for cleaning up unused build files generated by Cargo

    cargo-sweep

  6. cargo-deny

    ❌ Cargo plugin for linting your dependencies 🦀

    cargo-deny

  7. cargo-hack

    Cargo subcommand to provide various options useful for testing and continuous integration.

    cargo-hack for workspaces or projects that make heavy use of crate features

  8. cargo-outdated

    A cargo subcommand for displaying when Rust dependencies are out of date

    cargo-outdated

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. cargo-whatfeatures

    a simple cargo plugin to get a list of features for a specific crate

    cargo-whatfeatures (less needed with cargo-add getting upstreamed)

  11. cargo-edit

    A utility for managing cargo dependencies from the command line.

    cargo-upgrade from cargo-edit (somewhat more intentional than builtin update)

  12. cargo-deb

    Discontinued A cargo subcommand that generates Debian packages from information in Cargo.toml

    I use Cargo deb to create Debian / Ubuntu / ... package files.

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

  • A GitHub Action for creating "Release PRs" for Cargo projects.

    3 projects | /r/rust | 5 Sep 2022
  • Introducing `cargo smart-release` - the new way to release workspace crates

    3 projects | /r/rust | 13 Aug 2021
  • GitUI

    5 projects | news.ycombinator.com | 7 Jan 2024
  • Use just to manage Rust project commands

    3 projects | dev.to | 31 Aug 2023
  • Is Rust's cargo-edit crate still relevant?

    2 projects | /r/rust | 12 May 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?