uniset
A hierarchical, growable bit set with support for in-place atomic operations.
The idea is based on hibitset, but dynamically growing instead of having a fixed capacity. By being careful with the underlying data layout, we also support structural sharing between the local and atomic bitsets.
Examples
use BitSet;
let mut set = new;
assert!;
assert_eq!;
set.set;
set.set;
assert!;
assert!;
assert_eq!;
assert!;
assert_eq!;
assert!;