- proto::parser will likely contain helper functions for parsing
messages from a buffer, for now it will explicitly define message
parsers for each available message. It also leverages the new unpacker
API, which has type safety in mind. These messages should not be
unstructured, so it doesn't make sense to use the token API.