A simple example demonstration the use of using Cap'n Proto instead of Borsh for Solana programs.
-
Updated
Dec 23, 2023 - Rust
Cap’n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster.
A simple example demonstration the use of using Cap'n Proto instead of Borsh for Solana programs.
A sample rpc client and server using capnproto, EzPRCServer.
Created by Kenton Varda
Released 2013