Cap'n Proto C++ Reference Implementation

The C++ reference implementation is the canonical runtime for Cap'n Proto, providing the capnp compiler, serialization library, and KJ/RPC runtime. Other language implementations are maintained by their respective authors and track the C++ reference.

API entry from apis.yml

apis.yml Raw ↑
aid: capn-proto:capn-proto-cpp-runtime
name: Cap'n Proto C++ Reference Implementation
description: The C++ reference implementation is the canonical runtime for Cap'n Proto, providing the
  capnp compiler, serialization library, and KJ/RPC runtime. Other language implementations are maintained
  by their respective authors and track the C++ reference.
humanURL: https://github.com/capnproto/capnproto
tags:
- IPC
- SDKs
- Serialization
properties:
- type: GitHubRepository
  url: https://github.com/capnproto/capnproto
- type: GettingStarted
  url: https://capnproto.org/install.html
- type: Documentation
  url: https://capnproto.org/cxx.html
x-features:
- capnp schema compiler
- KJ async and concurrency library
- RPC runtime over TCP and in-process transports
- Arena allocator for fast message construction
- Packed and canonical encoding support