Cap'n Proto是一个高效的数据交换格式和RPC系统,由Protobuf的原作者开发,旨在解决Protobuf等序列化框架的一些性能和使用上的问题。使用Cap'n Proto在CAF(C++ Actor Framework)中进行数据的序列化和反序列化,与使用Protobuf类似,但有其独特的优势和考虑点。
最近更新: 2年前FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first.
最近更新: 2年前字节数组序列化/解序列化库。 A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!
最近更新: 2年前A virtual filesystem for Rust.The virtual file system abstraction generalizes over file systems and allows using different filesystem implementations.EmbeddedFS.
最近更新: 2年前Async-graphql是用 Rust 语言实现的 GraphQL 服务端库。它完全兼容 GraphQL 规范以及绝大部分的扩展功能,类型安全并且高性能。 你可以用 Rust 语言的方式来定义 Schema,过程宏会自动生成 GraphQL 查询的框架代码,没有扩展 Rust 的语法,意味着 Rustfmt 可以正常使用,我很看重这一点,这也是为什么我会开发Async-graphql的原因之一。
最近更新: 2年多前