bmap

Check-in Differences
Login

Check-in Differences

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Difference From bmap-0.2.2 To trunk

2024-09-02
16:37
Merge. Leaf check-in: a3dd710d2a user: jan tags: trunk
2024-03-21
13:42
Happy clippy. check-in: 88d12c5ae1 user: jan tags: bmap-0.2.2, trunk
13:39
Release maintenance. check-in: 1bfe47f3a8 user: jan tags: trunk

Changes to www/index.md.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16






# 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](https://crates.io/crates/bitvec) crate.


## Change log

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).









|
|
<











>
>
>
>
>
>
1
2
3
4

5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# CountedBitmap

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.


## Change log

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.