awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • rust-lang/rustfmtAvatar de rust-lang

    rust-lang/rustfmt

    6,747Voir sur GitHub↗

    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
    Voir sur GitHub↗6,747
  1. Home
  2. Development Tools & Productivity
  3. Code Organization
  4. Modular Subcommand Integrators
  5. Cargo Subcommand Formatters