17 releases (6 breaking)

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

#980 in WebAssembly

Download history 24421/week @ 2024-10-09 30275/week @ 2024-10-16 39104/week @ 2024-10-23 35440/week @ 2024-10-30 37872/week @ 2024-11-06 34170/week @ 2024-11-13 43815/week @ 2024-11-20 52560/week @ 2024-11-27 59113/week @ 2024-12-04 53495/week @ 2024-12-11 39021/week @ 2024-12-18 33615/week @ 2024-12-25 50120/week @ 2025-01-01 72103/week @ 2025-01-08 66277/week @ 2025-01-15 63763/week @ 2025-01-22

258,240 downloads per month
Used in 204 crates (4 directly)

Apache-2.0 WITH LLVM-exception

33KB
410 lines

Bitsets for Cranelift.

This module provides two bitset implementations:

  1. ScalarBitSet: A small bitset built on top of a single integer.

  2. CompoundBitSet: A bitset that can store more bits than fit in a single integer, but which internally has heap allocations.

Dependencies

~185KB