-
Right now, there doesn't seem to be a clean or performant way to load an existing buffer (eg; from the network, redis, rocksdb, or disk), modifying a few basic primitive values directly, and then disp…
-
We can't really assign to AnyPointer fields in Capn Proto structures. This is a showstopper for continuing to implement CapTP over Capn Proto RPC.
A solution presumably allows us to decouple writer…
-
The c++ api has [orphan support](https://capnproto.org/cxx.html#orphans) are there plans to adding it to the rust api? It seems like the only way to do a bottom-up building of a capn'proto message.
ghost updated
9 years ago
-
breaking out as distinct from #107
A scatter gather write interface (iovec or similar) is required in order to retain zero-copy functionality for some message formats (primarily considering capn pr…
-
My project includes some capn proto definitions - some of these are used internally by my project, some of them I'd also like to add to the public (exported) includes of my project.
The capn proto …
-
We might be interested in using capn proto at my company, but the generated classes look extremely hard to use. We'd like to instead generate kotlin classes with default constructors, values, etc. Wha…
-
Do you have any plans for introduction optional serializing to text, human readable format? In theory i could just integrate existing solution with Migrant but this potentially break feature compatibi…
-
Hello,
It would be _great_ to have racer work with capn proto generated Rust code.
I _think_ this is an include!() problem. You can test this for yourself like this:
- git clone https://github.com/dw…
-
Along with making all the fixed wire-types be Capn-proto specified, the dynamic Entry type needs taking into account:
Complete abstraction of Entry for different entry encoding types:
- [ ] make use …
-
Capn Proto is a meta-format for rpc data formats, which uses some clever computer science to be very fast. There is a JS implementation actively underway - https://github.com/capnp-js - and according …