| Crates.io | bmap |
| lib.rs | bmap |
| version | 0.2.2 |
| created_at | 2022-05-29 21:01:42.571202+00 |
| updated_at | 2024-03-21 13:42:52.5256+00 |
| description | A bitmap with an internal counter. |
| homepage | |
| repository | https://repos.qrnch.tech/pub/bmap |
| max_upload_size | |
| id | 596658 |
| size | 17,521 |
bmap::CountedBitmap is an array of bits, with methods to set/clear bits by index, and a built-in counter used to keep track of how many bits have been set.
This crate has a very specific use case. You are probably looking for the bitvec crate.