awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesNumeric Representations

Mapping enumeration variants to underlying numeric values.

Distinct from Enum Label Mappings: Distinct from Enum Label Mappings: focuses on numeric representation rather than human-readable string labels.

Explore 1 awesome GitHub repository matching data & databases · Numeric Representations. Refine with filters or upvote what's useful.

Awesome Numeric Representations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • serde-rs/serdeserde-rs 的头像

    serde-rs/serde

    10,457在 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

    Maps enumeration variants to their underlying numeric values during serialization instead of using string names.

    Rustderiveno-stdrust
    在 GitHub 上查看↗10,457
  1. Home
  2. Data & Databases
  3. Enum Definitions
  4. Enum Label Mappings
  5. Numeric Representations