-
Notifications
You must be signed in to change notification settings - Fork 471
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
feat(serde-config)[proto]: Message
is not deriving Serialize
/Deserialize
#2511
Comments
Well, these types really don't fit the mold of |
Could you entertain me as to what the postfix |
AIUI |
I see, that makes a lot of sense. |
About
One would expect having the feature
serde-config
enabled, would make all important structs be serializable/deserializable.Sadly that is not the reality, the following types do not derive the needed macros.
Message
Header
Edns
Query
MessageType
OpCode
ResponseCode
Reproduction
Attempt to serialize a
Message
using serde.Expected behavior
For serde to be able to serialize
Message
.Version:
Crate: proto
Version: 0.24.1
The text was updated successfully, but these errors were encountered: