ts_bitset 0.2.0

compact, efficient, non-allocating bitset
Documentation

ts_bitset

Provides [Bitset256], a compact, efficient, non-allocating 256-entry bitset implementation supporting bitwise operations, iteration over set bits, and rank calculation.

Based on the package of the same name in golang: bart.