capnproto-rust
Data Serializer
Cap'n Proto generates code for serializing and deserializing structured data across distributed systems.
Cap'n Proto for Rust
2k stars
36 watching
223 forks
Language: Rust
last commit: 2 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
capnproto/capnp-ocaml | Generates OCaml code for Capn Proto serialization framework | 98 |
zenhack/haskell-capnp | A Haskell library for serializing and RPCing using Cap'n Proto | 93 |
capnproto/go-capnp | A library and code generator for an efficient data interchange format with RPC capabilities. | 1,228 |
glycerine/go-capnproto | A Go library for encoding and decoding data using the Cap'n Proto protocol | 288 |
3hren/msgpack-rust | A MessagePack implementation for Rust. | 1,183 |
cloudflare/lua-capnproto | A Lua implementation of Cap'n Proto's data interchange format and capability-based RPC system | 147 |
bytecodealliance/cap-std | A project providing a capability-based version of the Rust standard library for sandboxed and secure application development. | 664 |
thekvs/cpp-serializers | Compares performance of various data serialization libraries in C++ | 731 |
glycerine/bambam | Automatically generates Capnproto schema from Go source files | 65 |
0xcaff/duckdb_protobuf | A DuckDB extension for parsing sequences of encoded protobuf messages in various formats. | 21 |
alex/rust-asn1 | A library for parsing and generating ASN.1 data (DER only) in Rust. | 104 |
nazarepiedady/rust-com-exemplos | A Rust-based tutorial project with live coding editor examples | 6 |
paritytech/parity-scale-codec | A Rust library for serializing and deserializing data in a compact binary format | 260 |
fspoettel/advent-of-code-rust | A Rust template for solving Advent of Code puzzles | 749 |
probablyclem/utoipauto | Automates addition of API documentation paths and schemas to Utoipa crate | 140 |