Bit-vec and bit-set moved out to crates that build on 1.0.0 stable

https://crates.io/crates/bit-vec

https://crates.io/crates/bit-set

Something's busted in the doc generation but they have the API is a superset of the old one, so you can just extern crate bit_vec; and it should work.

I will be pushing for them to be deprecated from std in favour of these crates.

3 Likes