3 unstable releases

0.111.0 Aug 20, 2024
0.110.2 Aug 12, 2024
0.110.1 Jul 22, 2024

#450 in WebAssembly

Download history 1402/week @ 2024-07-20 1656/week @ 2024-07-27 2332/week @ 2024-08-03 11981/week @ 2024-08-10 15872/week @ 2024-08-17 15661/week @ 2024-08-24 16894/week @ 2024-08-31

60,921 downloads per month
Used in 100 crates (3 directly)

Apache-2.0 WITH LLVM-exception

32KB
381 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

~165KB