Others / shredder

Garbage collected smart pointers for Rust
MIT License
266 stars 9 forks source link

Add impls for Scan and GcSafe for std::collections::{BTreeMap, BTreeSet} #40

Closed alekratz closed 4 years ago

alekratz commented 4 years ago

see #5

I'm toying around this library and need support for BTreeMap, and I figured I'd throw BTreeSet in there as well. Feel free to change as you need.

Others commented 4 years ago

Merged :) Coverage is broken because the tarpaulin docker being stale xd009642/tarpaulin#518

Let me know if you'd like a point release with this change