Open
Description
I'm trying to read Cap'n Proto messages where the schema is only known at runtime. capnproto-c++ does support runtime schema loading, but capnproto-rust does not.
The examples always start with a type from capnpc-generated code and then downcast to dynamic_value, dynamic_struct, etc., but there is no way to get there from a capnp::message::Reader
.
Same goes for creating messages based on dynamic_value etc..
It would be great to have this feature added.
Metadata
Metadata
Assignees
Labels
No labels