tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
446 stars 82 forks source link

Generate message metadata #181

Closed semtexzv closed 3 years ago

semtexzv commented 3 years ago

While working on This lib I've encountered the need to get information about individual messages, This is the simplest way I could think of to get message identifiers.

Might be useful to someone else

tafia commented 3 years ago

Thanks! Could you put it behind a flag?

tafia commented 3 years ago

Thanks!