droundy / tinyset

Compact sets in rust
Apache License 2.0
53 stars 8 forks source link

Add serde support under a feature flag #11

Open droundy opened 4 years ago

droundy commented 4 years ago

It would be nice to be able to derive Deserialize/Serialize for structures that include tiny sets.

I don't think this should be too hard, if someone else were to try it. I just don't have time at the moment, and don't currently have need for it.