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
·

1 dépôt

Awesome GitHub RepositoriesFormat-Specific Interfaces

Dedicated modules for accessing format-specific features during serialization.

Distinct from Binary Serialization Formats: Distinct from Binary Serialization Formats: focuses on the interface for format-specific features rather than the binary format itself.

Explore 1 awesome GitHub repository matching data & databases · Format-Specific Interfaces. Refine with filters or upvote what's useful.

Awesome Format-Specific Interfaces 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

    Exposes specialized interfaces to support format-specific capabilities beyond standard serialization.

    Rustderiveno-stdrust
    Voir sur GitHub↗10,457
  1. Home
  2. Data & Databases
  3. Binary Serialization Formats
  4. Format-Specific Interfaces