-
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
Not supported #12
Comments
Do you have any plans for support json conversion? This is a very good feature!!! |
I have no plan for the short term (not much time) but I welcome any PR! |
Yeah, I think if we solve #61 json will take care of itself. |
#68 should be in this list explicitly. |
Done. What else do you think is missing for proto3? |
looking forwards for message option support! |
Please add serde to this list |
suggestion: preserving unknown fields (e.g., read message with unknown fields, modify, write: new written message preserves unknown fields unchanged). many apis also allow detecting and explicitly dropping unknown fields. |
Am I correct in saying you don't support dynamic messages and reflection Could it be added to the list? Though I think it is a lot of work. |
List of items not supported for the moment (that I found, it may not be exhaustive)
imports(Imports #24)package(Support protobuf packages #25)nested types(Support Nested messages #26, Fix multiple nested levels #30, Nested enums #32)map(Support Map #28)groupsignored (deprecated by google so I guess there is very little incentive to support it)reserved fields(pb-rs: support reserved keyword and add error-chain #22)oneofs(Support Oneofs #33)deprecated(88007b5)(Packed primitive #111 )packed
should work only for primitive numeric fieldsThe text was updated successfully, but these errors were encountered: