-
Notifications
You must be signed in to change notification settings - Fork 88
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
serde support #61
Comments
this is very useful for tokio or other transfer layer,implement serde api https://serde.rs/ |
This is something I'd like to work on as well. |
Again, prost's config allows you to add type attributes. That seems like it would solve this, no? They recommend you add the serde attributes to the generated structs and it seems like it would just work. https://docs.rs/prost-build/0.3.2/prost_build/struct.Config.html#method.type_attribute |
This is a good idea! |
I keep going in circles with rust protobuf libs for one reason or another (╯°□°)╯︵ ┻━┻ |
implement serde crate compatibility thx
The text was updated successfully, but these errors were encountered: