17 releases (6 breaking)
new 0.116.1 | Jan 21, 2025 |
---|---|
0.115.1 | Jan 14, 2025 |
0.115.0 | Dec 20, 2024 |
0.114.0 | Nov 20, 2024 |
0.110.1 | Jul 22, 2024 |
#991 in WebAssembly
232,168 downloads per month
Used in 199 crates
(4 directly)
33KB
410 lines
Bitsets for Cranelift.
This module provides two bitset implementations:
-
ScalarBitSet
: A small bitset built on top of a single integer. -
CompoundBitSet
: A bitset that can store more bits than fit in a single integer, but which internally has heap allocations.
Dependencies
~190KB