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 Tag Binding

Maps payloads to typed structures using metadata annotations.

Explore 2 awesome GitHub repositories matching user interface & experience · Struct Tag Binding. Refine with filters or upvote what's useful.

Awesome Struct Tag Binding 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.
  • gin-gonic/ginAvatar de gin-gonic

    gin-gonic/gin

    88,694Voir sur GitHub↗

    Gin is a web framework designed for building high-performance web services and APIs. It functions as a middleware-oriented engine that processes incoming HTTP requests through a sequential chain of handlers, allowing for the modular management of cross-cutting concerns such as authentication and logging. The framework utilizes a radix tree data structure to perform request routing, ensuring high-speed path matching with minimal memory overhead. It distinguishes itself by employing a zero-reflection dispatch mechanism that invokes handler functions through static type assertions, avoiding the

    Parses metadata annotations to automatically bind request data to typed structures, reducing manual parsing boilerplate.

    Goframeworkgingo
    Voir sur GitHub↗88,694
  • danielgtaylor/humaAvatar de danielgtaylor

    danielgtaylor/huma

    4,170Voir sur GitHub↗

    Huma is an OpenAPI REST framework for Go designed for building HTTP services with automatic OpenAPI 3.1 specification generation and JSON Schema validation. It serves as a toolkit for developing REST and RPC APIs with typed inputs and outputs, deriving interactive documentation directly from the source code. The framework distinguishes itself by automating the synchronization between implementation and documentation. It uses a content-negotiation engine to manage multiple serialization formats via client headers and employs a JSON Schema input validator to automatically verify request paramet

    Maps HTTP path, query, and header values to typed Go structures using declarative struct tags.

    Goapidocumentationfastapi
    Voir sur GitHub↗4,170
  1. Home
  2. User Interface & Experience
  3. Data Binding
  4. Struct Tag Binding