-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The prost crate seems to have several advantages over the protobuf crate:
- It generates idiomatic Rust code.
- It does not have API-compatibility limitations (see protobuf version mismatch causes compilation error #10)
- It is maintained, has more users, and belongs under the umbrella of
tokio-rs
Switching from protobuf to prost is not easy though, so this will take a while. It would be interesting to see if we can drop our src/metadata.rs wrapper over generated code and just extend the structs that prost creates.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request