bmap 0.2.2

A bitmap with an internal counter.
Documentation
  • Coverage
  • 76%
    19 out of 25 items documented14 out of 22 items with examples
  • Size
  • Source code size: 17.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.63 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • qrnch-jan

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.