Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from protobuf crate to prost #4

Open
aljoscha opened this issue Jul 6, 2020 · 0 comments
Open

Switch from protobuf crate to prost #4

aljoscha opened this issue Jul 6, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@aljoscha
Copy link
Owner

aljoscha commented Jul 6, 2020

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:

@aljoscha aljoscha added the enhancement New feature or request label Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant