kanidm / concread

Concurrently Readable Data Structures for Rust
Mozilla Public License 2.0
339 stars 15 forks source link

For completeness' sake, add Serde support also for BptreeMap and HashTrie. #107

Closed adamreichold closed 6 months ago

adamreichold commented 6 months ago

I would be grateful if you could release the Serde support on crates.io as this would allow me to drop code that uses intermediate std::collection::HashMaps just for serialization/deserialization. Thank you!

Firstyear commented 6 months ago

I'll do it shortly :)