awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • gin-gonic/gingin-gonic का अवतार

    gin-gonic/gin

    88,694GitHub पर देखें↗

    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
    GitHub पर देखें↗88,694
  • danielgtaylor/humadanielgtaylor का अवतार

    danielgtaylor/huma

    4,170GitHub पर देखें↗

    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
    GitHub पर देखें↗4,170
  1. Home
  2. User Interface & Experience
  3. Data Binding
  4. Struct Tag Binding