1 个仓库
Implementations of common, well-known data types across serialization frameworks.
Distinguishing note: Candidates are either about networking delegations or database column types, not Protobuf well-known types.
Explore 1 awesome GitHub repository matching data & databases · Standardized Type Implementations. Refine with filters or upvote what's useful.
Prost 是一个 Rust 语言的 Protocol Buffers 实现,作为二进制序列化框架和代码生成器使用。它将模式定义转换为符合 Rust 习惯的结构体(structs)和枚举(enums),并提供将结构化数据编码和解码为 Protocol Buffers 二进制格式所需的逻辑。 该项目的特色在于其 no-std 实现,使其能够在缺乏标准库的嵌入式或内核环境中运行。它还通过发出文件描述符集(file descriptor sets)充当模式内省器,从而支持在运行时对原始模式定义进行程序化分析。 该库涵盖了广泛的功能,包括用于接口建模的服务 trait 生成、对已知类型的支持,以及用于映射手动类型定义的程序宏注解。它还提供了依赖管理和模糊测试工具,以确保序列化的稳定性。
Provides implementations for specialized standard types including durations, timestamps, and wrappers.