ALinuxPerson/arch-mirrors

`serde` features

Closed this issue · 2 comments

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.

Actually a new feature may not be required at all since the crate uses serde itself.

@ALinuxPerson Made a PR for the same.