You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to walk a protobuf, that is unknown at compile time, as if it was a Tree, given a FileDescriptorSet, qualified message name and the marshaled bytes.
This is already done by protoc's decode flag.
Are there any functions in proto-lens that might help me do this?
The text was updated successfully, but these errors were encountered:
I would like to walk a protobuf, that is unknown at compile time, as if it was a Tree, given a FileDescriptorSet, qualified message name and the marshaled bytes.
This is already done by protoc's decode flag.
Are there any functions in proto-lens that might help me do this?
The text was updated successfully, but these errors were encountered: