9 unstable releases (3 breaking)
0.113.0 | Oct 22, 2024 |
---|---|
0.112.2 | Oct 9, 2024 |
0.112.1 | Sep 24, 2024 |
0.111.1 | Oct 9, 2024 |
0.110.1 | Jul 22, 2024 |
#841 in WebAssembly
134,267 downloads per month
Used in 145 crates
(4 directly)
33KB
407 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
~195KB