binvec 0.1.1

It is a binary vector type developed in Rust to use memory efficiently. It is characterized by using the minimum memory space to store an array of bool values.
Documentation
1
2
3
4
//! binvec error types

mod index_error;
pub use index_error::*;