serialization

Using Cap'n Proto with Rust

09.08.2023 - 27m read - rust capnproto serialization rpc

Cap'n Proto is a binary serialization and RPC system optimized for performance. In this article, we'll take a look at how we can use it within Rust.