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
35 watching
222 forks
Language: Rust
last commit: 6 days 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,221 |
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,171 |
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. | 660 |
thekvs/cpp-serializers | Compares performance of various data serialization libraries in C++ | 730 |
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. | 17 |
alex/rust-asn1 | A Rust library for serializing and deserializing ASN.1 data in DER format. | 101 |
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 | 258 |
fspoettel/advent-of-code-rust | A Rust template for solving Advent of Code puzzles | 645 |
probablyclem/utoipauto | Automates addition of API documentation paths and schemas to Utoipa crate | 129 |