capnp-rpc-rust
capnp-rpc-rust copied to clipboard
Cap'n Proto RPC for Rust
This is a feature request for level 2, 3, and 4 support.
I've just gotten started using this crate and I'm struggling with something rather simple. Here's a snippet of my code, which is supposed to build a greeting message: ```rust impl...
Hi David, is running capnpn over tls/https (and through a proxy) something thats feasible to bolt on the this project? I'm contemplating sponsoring the development of something like it as...
Hi, I'm just wondering if you could point me in the right direction, on how to use non-standard datatypes, such as those which are specific to Rust, such as bigints,...