awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesCargo Subcommand Formatters

Tools that integrate with the Cargo build system to format Rust source files across crate and workspace targets.

Distinct from Modular Subcommand Integrators: Distinct from Modular Subcommand Integrators: focuses specifically on Cargo subcommand integration for code formatting, not general modular command architecture.

Explore 1 awesome GitHub repository matching development tools & productivity · Cargo Subcommand Formatters. Refine with filters or upvote what's useful.

Awesome Cargo Subcommand Formatters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rust-lang/rustfmtAvatar von rust-lang

    rust-lang/rustfmt

    6,747Auf GitHub ansehen↗

    rustfmt is a Rust code formatter that operates as a Cargo subcommand, applying consistent formatting to Rust source files according to official style guidelines. It parses source code into a syntax tree, applies formatting rules to tree nodes, and pretty-prints the result back to text, with support for TOML-driven configuration that allows per-project style customization. The formatter is edition-aware, automatically selecting formatting rules based on the Rust edition specified in the project, and supports a style edition override that decouples formatting rules from the Rust edition used fo

    Integrates with Cargo as a subcommand to format all crate and workspace targets.

    Rustcodeformatterformatterrust
    Auf GitHub ansehen↗6,747
  1. Home
  2. Development Tools & Productivity
  3. Code Organization
  4. Modular Subcommand Integrators
  5. Cargo Subcommand Formatters