capnp-rpc 0.6.3

implementation of the Cap'n Proto remote procedure call protocol
docs.rs failed to build capnp-rpc-0.6.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: capnp-rpc-0.19.0

capnp-rpc-rust

Build Status crates.io

This is an implementation of the Cap'n Proto remote procedure call protocol.

It's a fairly literal translation of the original C++ implementation; any good ideas that you find here were probably first present there.

This library is dependent on the Cap'n Proto data encoding runtime and the code generator.