Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cap'n Proto deserialization #149

Open
debrouxl opened this issue Jan 12, 2017 · 1 comment
Open

Add Cap'n Proto deserialization #149

debrouxl opened this issue Jan 12, 2017 · 1 comment

Comments

@debrouxl
Copy link

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 .

@dflemstr
Copy link
Owner

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).

Would be great to get pull requests for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants