awesome-repositories.com
Blog
awesome-repositories.com

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

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

2 repositorios

Awesome GitHub RepositoriesStruct-to-Parameter Mappings

Automatically generates API path and query parameter definitions from native language structures.

Distinct from Struct-to-Argument Mapping: Existing candidates focus on GraphQL, database rows, or generic type conversion, not OpenAPI parameter derivation from structs.

Explore 2 awesome GitHub repositories matching web development · Struct-to-Parameter Mappings. Refine with filters or upvote what's useful.

Awesome Struct-to-Parameter Mappings GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • go-swagger/go-swaggerAvatar de go-swagger

    go-swagger/go-swagger

    9,989Ver en GitHub↗

    go-swagger is a toolkit for working with Swagger/OpenAPI 2.0 specifications in Go. It generates server, client, and CLI code from a specification document, and can also produce a specification by scanning annotated Go source code. The project includes a static validation engine that checks documents against the schema and project-specific rules, and a specification transformation pipeline that resolves, flattens, and merges documents. The toolkit generates both client and server code from the same specification, ensuring consistency in request and response handling. It also produces a command

    Marks struct fields with swagger:params to define path, query, or header parameters for an API operation.

    Goapicode-generatorgo
    Ver en GitHub↗9,989
  • juhaku/utoipaAvatar de juhaku

    juhaku/utoipa

    3,682Ver en GitHub↗

    utoipa is a Rust API documentation tool used to generate machine-readable OpenAPI specifications. It functions as a specification generator and schema mapper that converts Rust structs and enums into compliant OpenAPI schemas. The project distinguishes itself by using procedural macros and traits to automate metadata extraction from code. It supports complex data modeling, including generics, polymorphism, and recursive type resolution, while synchronizing field renaming and tagging from serialization attributes. It also enables the composition of modular specifications, allowing multiple sma

    Generates path and query parameter definitions directly from Rust structs using documentation comments.

    Rustauto-generatedcompile-timedocumentation
    Ver en GitHub↗3,682
  1. Home
  2. Web Development
  3. Struct-to-Parameter Mappings