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
·

2 dépôts

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

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

    go-swagger/go-swagger

    9,989Voir sur 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
    Voir sur GitHub↗9,989
  • juhaku/utoipaAvatar de juhaku

    juhaku/utoipa

    3,682Voir sur 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
    Voir sur GitHub↗3,682
  1. Home
  2. Web Development
  3. Struct-to-Parameter Mappings