awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesStyle Compliance Tools

Utilities that verify if code written in a specific language follows established style guidelines.

Distinct from Rust: Focuses on style verification specifically for the Rust language rather than general language resources.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Style Compliance Tools. Refine with filters or upvote what's useful.

Awesome Style Compliance Tools GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rust-lang-nursery/rustfmtAvatar de rust-lang-nursery

    rust-lang-nursery/rustfmt

    6,877Ver en GitHub↗

    rustfmt is a tool that automatically rewrites Rust source code to adhere to a consistent and standardized style guide. It functions as both a code formatter for transforming source files and a style linter used to verify if code matches required formatting rules. The system is configurable, allowing for the definition of custom formatting rules and language editions through configuration files to override default styles. It also supports selective formatting by using dedicated skip markers to prevent specific blocks of code from being modified. The tool provides capabilities for both source

    Verifies that Rust code matches required style guidelines to prevent errors during CI processes.

    Rust
    Ver en GitHub↗6,877
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Systems & Low-Level
  6. Rust
  7. Style Compliance Tools