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
quick-protobuf provides support for user defined custom struct derives, but they are not applied to enums. This becomes problematic if you're trying to derive something like serde::Deserialize or serde::Serialize, as they will fail unless any enums that are contained in the structs also have those derives.
It should be a relatively quick addition, and I've created a proposed implementation here: #266
The text was updated successfully, but these errors were encountered:
quick-protobuf provides support for user defined custom struct derives, but they are not applied to enums. This becomes problematic if you're trying to derive something like
serde::Deserialize
orserde::Serialize
, as they will fail unless any enums that are contained in the structs also have those derives.It should be a relatively quick addition, and I've created a proposed implementation here: #266
The text was updated successfully, but these errors were encountered: