A simple library for dynamically sized binary arrays. This is slower, but more versatile than a static binary array. It is also up to 8 times more space efficient than using a vector of bools.
bitvecs is not a vector of bools, but a vector of u8s which represent complete bytes.
See CHANGELOG.
This project is dual-licensed under either of
- Apache License (Version 2.0), (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license, (LICENSE-MIT or https://opensource.org/licenses/MIT).
SPDX-License-Identifier: Apache-2.0 OR MIT
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.