Getting started with Capn'proto RPC for Rust November 28, 2016 rpc, rust, capnproto, cargo Introduction Capn'proto is a data interchange format and RPC system. Unlike protocol buffers (coupled with its rpc system: grpc), there are no encoding/decoding steps. You can find more details...