Describe the change
How can I identify a Message by its ID?
const parsedMessage = new capnp.Message(...);
I want to load specific model by it's ID, using Map<string, capnp.Struct>.
I wasted a several hourst and just checked, that lib doesn't verify ID even after parsedMessage.getRoot(...).
Also, it doesn't verify fields with their types, so for any get-method returns undefined.