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
The protobuf crate doesn't make for very idiomatic rust code. Prost is nicer but doesn't support reflection/Any. Alternatively, we could try and support switching between Protobuf implementations.
The protobuf crate doesn't make for very idiomatic rust code. Prost is nicer but doesn't support reflection/Any. Alternatively, we could try and support switching between Protobuf implementations.
These are the relevant Prost issues:
Relevant PR:
The text was updated successfully, but these errors were encountered: