capnpc-rust
capnpc-rust copied to clipboard
Serde support
C++ capnproto implementation supports json serialization. Would you be interested in adding support for serde? I think a Serialize impl could be generated by capnpc.
Yeah, JSON conversion would be useful! The C++ implementation makes use of the dynamic reflection API. I think something similar would be a good way forward in capnproto-rust.