RoaringBitmap / croaring-rs

Rust FFI wrapper for CRoaring
Apache License 2.0
156 stars 43 forks source link

Use a more idiomatic trait-based implementation of serialization for treemaps #116

Closed Dr-Emann closed 1 year ago

Dr-Emann commented 1 year ago

See #108

Makes the changes from #106 for treemap.

This also adds some more doc comments to serialization types/functions, and does some misc clippy fixes for treemap functions.

saulius commented 1 year ago

This is great, @Dr-Emann. Looks like this was the last piece for 1.0 right?