`serde` features
Closed this issue · 2 comments
IgnisDa commented
Hello! Thanks for the crate!
Would it be possible for you to add the Serialize
and Deserialize
macros to the different structs exported by this crate? Possibly behind a serde
feature.
IgnisDa commented
Actually a new feature may not be required at all since the crate uses serde itself.
IgnisDa commented
@ALinuxPerson Made a PR for the same.