DarkOtter / indexed-bitvec-rs

A rust library providing an indexed bitvector with (hopefully) fast rank and select operations.
Apache License 2.0
3 stars 0 forks source link

Split into multiple crates #13

Closed DarkOtter closed 6 years ago

DarkOtter commented 6 years ago

Resolves #2 by splitting into a no_std crate with the core operations and the main crate which adds the convenient way of using the indexing.