awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesSum Type Representations

Recursive representations of data using algebraic sum types for flexible, schemaless data structures.

Distinct from Recursive Type Processing: Distinct from Recursive Type Processing by focusing on the specific data representation of sum types rather than general processing patterns.

Explore 1 awesome GitHub repository matching software engineering & architecture · Sum Type Representations. Refine with filters or upvote what's useful.

Awesome Sum Type Representations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • serde-rs/jsonAvatar de serde-rs

    serde-rs/json

    5,587Ver en GitHub↗

    This is a Rust serialization library for converting data structures to and from JSON strings and byte streams. It is built as a framework within the Serde ecosystem, providing both a strongly typed parser for compile-time safety and a recursive value tree for manipulating JSON data without a predefined schema. The project supports both typed and untyped processing. It can map JSON data into specific Rust types for schema conformity or parse input into a flexible, schemaless representation. It also includes macro-based utilities for the dynamic construction of JSON objects.

    Implements a recursive enum-based sum type to represent schemaless JSON data.

    Rustjsonrustserde
    Ver en GitHub↗5,587
  1. Home
  2. Software Engineering & Architecture
  3. Recursive Type Processing
  4. Sum Type Representations