Registry / networking / capnp-rpc

capnp-rpc

JSON →
library0.25.1rscratesunverified

Implementation of the Cap'n Proto remote procedure call protocol for Rust.

# Cargo.toml [dependencies] capnp-rpc = "0.25.1"
INSTALL
IMPORT
SIG · CAPNP-RPC
C
capnp-rpc
networkingrustv0.25.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RpcSystem
✓ use capnp_rpc::RpcSystem;

Initializes a Cap'n Proto RPC system (requires schema).

use capnp_rpc::RpcSystem; fn main() { // Example setup requires a Cap'n Proto schema println!("RPC system ready"); }
Debug
Known issues
gotchaRequires Cap'n Proto schema compilation and async runtime.
fix
Use capnpc for schema compilation and an async runtime like tokio.
affects: >=0.25.0
Upgrade
Version history
0.25.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
capnp-rpc — cargo add capnp-rpc · libregistry