You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cap'n Proto ( https://capnproto.org/ ) was created by the original author of Protocol Buffers v2 (the open-source version). The lineage is obvious, but Cap'n Proto brings a significant range of improvements, at least one of which was recently implemented in protobuf: arena allocation.
There's a Rust implementation, https://github.com/dwrensha/capnproto-rust .
The text was updated successfully, but these errors were encountered:
This one is a bit tricky because I'd need to implement dynamic capnp parsing like I did with serde-protobuf and serde-avro. I probably can't use the existing capnp library (well, maybe the compiler part).
Cap'n Proto ( https://capnproto.org/ ) was created by the original author of Protocol Buffers v2 (the open-source version). The lineage is obvious, but Cap'n Proto brings a significant range of improvements, at least one of which was recently implemented in protobuf: arena allocation.
There's a Rust implementation, https://github.com/dwrensha/capnproto-rust .
The text was updated successfully, but these errors were encountered: