| Crates.io | bitvec-rs |
| lib.rs | bitvec-rs |
| version | 0.2.2 |
| created_at | 2016-10-23 04:07:04.040633+00 |
| updated_at | 2025-09-01 19:46:48.970651+00 |
| description | Bit vector with guaranteed `[u8]` representation and the ability to get safe immutable and mutable views into its internal vector for easy I/O. |
| homepage | |
| repository | https://github.com/marcianx/bitvec-rs |
| max_upload_size | |
| id | 6948 |
| size | 48,652 |
This is a bit vector implementation with guaranteed [u8] LSB 0
representation and the ability to get safe immutable and mutable views into its
internal vector for easy I/O.
It mirrors the API of std::vec::Vec as much as possible. Notable differences:
BitVec's non-consuming iterator enumerates bools instead of &bools.Copyright 2019, Ashish Myles (maintainer) and contributors. This software is dual-licensed under the MIT and Apache 2.0 licenses.