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 RepositoriesDefault Value Imputers

Mechanisms for populating missing fields with default values during deserialization.

Distinct from Missing Data Imputation: Distinct from Missing Data Imputation: focuses on schema-driven default population during deserialization rather than general dataset imputation.

Explore 2 awesome GitHub repositories matching data & databases · Default Value Imputers. Refine with filters or upvote what's useful.

Awesome Default Value Imputers 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.
  • serde-rs/serdeAvatar de serde-rs

    serde-rs/serde

    10,457Voir sur GitHub↗

    This project is a framework for the efficient serialization and deserialization of data structures. It provides a unified, macro-based interface that automates the conversion of complex internal objects into standardized formats and reconstructs them from raw input streams or buffers. By leveraging compile-time code generation, the library minimizes manual implementation overhead while ensuring consistent logic across diverse data types. The framework distinguishes itself through a format-agnostic data model and a visitor-based parsing architecture that decouples data structures from specific

    Automatically populates missing fields with default values during the deserialization process.

    Rustderiveno-stdrust
    Voir sur GitHub↗10,457
  • zalando/connexionAvatar de zalando

    zalando/connexion

    4,600Voir sur GitHub↗

    Connexion is a specification-driven framework for building APIs that automatically maps OpenAPI specifications to application logic. It uses these specifications to automate routing, request validation, and response serialization, linking API operations to backend handler functions via operation IDs. The project differentiates itself by providing a schema-driven mock server that simulates API behavior using example responses from the specification without requiring backend logic. It also includes a dynamic documentation hosting system that translates the API specification into a live interact

    Populates missing fields in incoming request bodies using default values specified in the API definition.

    Python
    Voir sur GitHub↗4,600
  1. Home
  2. Data & Databases
  3. Missing Data Imputation
  4. Default Value Imputers

Explorer les sous-tags

  • Schema-Driven Default InjectionPopulates missing request fields using default values defined in the API specification schema. **Distinct from Default Value Imputers:** Distinct from Default Value Imputers by focusing specifically on values derived from the API specification rather than general deserialization logic.