Index: www/index.md ================================================================== --- www/index.md +++ www/index.md @@ -1,10 +1,9 @@ # 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. +A compact list of bits where the number of zeroes and ones are being counted as +the bits are being updated. This crate has a very specific use case. You are *probably* looking for the [bitvec](https://crates.io/crates/bitvec) crate. @@ -12,5 +11,11 @@ The details of changes can always be found in the timeline, but for a high-level view of changes between released versions there's a manually maintained [Change Log](./changelog.md). + +## Project Status + +_bmap_ is in _maintenance mode_; it is feature-complete, but will receive +bugfixes and improvements to implementation/documentation. +