capnproto-rust
capnproto-rust copied to clipboard
Cap'n Proto for Rust
Not sure if this is actually an issue, but I'm not sure what the best venue is for asking this question. I'd like to create a type that mmap's a...
I could really use something like `MembranePolicy` from `membrane.h`. Any plans on adding it ever?
Hi developers, First, let me thank you for this crate. I have been using it for the past weeks and the interface is very well thought. It really helped me...
RpcSystem can be spawned locally and on the same thread that called it. To use spawn and running it on another thread, the Sync maker should be implemented.
See https://groups.google.com/g/sandstorm-dev/c/hdTrPu6gndY/m/heRh-ns1AgAJ Currently, if someone wants to define schema files that depend on the sandstorm schema files, then they cannot take advantage of the [sandstorm-rust](https://github.com/dwrensha/sandstorm-rust) crate. To make that work,...
I was just thinking about whether it would be possible to use Cap'n Proto RPC in a non-async application (in particular, I was interested in using unix domain sockets as...
I like this package a lot, but I'm struggling with how to create a capability list. The documentation for the module just says "List of capabilities." I assume it should...
This PR adds a new crate called `capnp-conv`, allowing for automatic proc macro based code generation for serialization and deserialization. Should solve issue https://github.com/capnproto/capnproto-rust/issues/136
AFAIK, you can't use packing if you're using the RPC system.
I note #71 Which adds support for `no_std` crates, but `capnp` still depends on an allocator. It is desirable to have support for environments that do not have an allocator...