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

Download history 1575/week @ 2024-07-21 1614/week @ 2024-07-28 3220/week @ 2024-08-04 12103/week @ 2024-08-11 16067/week @ 2024-08-18 15703/week @ 2024-08-25 17618/week @ 2024-09-01 17547/week @ 2024-09-08 20951/week @ 2024-09-15 26674/week @ 2024-09-22 26145/week @ 2024-09-29 25436/week @ 2024-10-06 27278/week @ 2024-10-13 34891/week @ 2024-10-20 44409/week @ 2024-10-27

134,267 downloads per month
Used in 145 crates (4 directly)

Apache-2.0 WITH LLVM-exception

33KB
407 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

~195KB