BitArr
A fast and efficient Rust implementation of a BitSet, supporting multiple backing stores.
Usage
To use BitArr in your project, add the following to your Cargo.toml
:
[]
= "0"
Example
use BitSet;
let mut bs = from;
bs.set;
bs.set;
assert_eq!;
assert_eq!;
assert_eq!;
Documentation
API documentation can be found on docs.rs.
License
BitArr is distributed under the terms of the MIT license.
See LICENSE for details.