Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 900 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 900 Bytes

capnproto-rust: Cap'n Proto for Rust

Build Status crates.io

About

Cap'n Proto is an extremely efficient protocol for sharing data and capabilities.

capnproto-rust is a (work-in-progress) implementation of Cap'n Proto for Rust.

This repo contains the runtime library. capnpc-rust has a code generator plugin.

See capnp-rpc-rust for an implementation of remote procedure calls built on top of this.

Documentation

Hosted here.

Status

See updates here.