13 releases (4 breaking)
new 0.114.0 | Nov 20, 2024 |
---|---|
0.113.0 | Oct 22, 2024 |
0.110.1 | Jul 22, 2024 |
#1025 in WebAssembly
159,659 downloads per month
Used in 156 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