14 releases (5 breaking)
0.115.0 | Dec 20, 2024 |
---|---|
0.114.0 | Nov 20, 2024 |
0.113.1 | Nov 5, 2024 |
0.110.1 | Jul 22, 2024 |
#1061 in WebAssembly
202,340 downloads per month
Used in 182 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
~190KB