bmap

Crates.iobmap
lib.rsbmap
version0.2.2
sourcesrc
created_at2022-05-29 21:01:42.571202
updated_at2024-03-21 13:42:52.5256
descriptionA bitmap with an internal counter.
homepage
repositoryhttps://repos.qrnch.tech/pub/bmap
max_upload_size
id596658
size17,521
qj (qrnch-jan)

documentation

README

CountedBitmap

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.

Commit count: 0

cargo fmt