dynamic_bitset

Crates.iodynamic_bitset
lib.rsdynamic_bitset
version1.0.2
created_at2025-11-07 16:03:09.372013+00
updated_at2025-11-07 16:11:43.868351+00
descriptionA dynamic bitset using a vector to store 32 bit unsigned integers. Provides a serde feature flag to enable Serialization and Deserialization of bitset
homepage
repositoryhttps://github.com/Kleefuchs/dynamic-bitset-rs
max_upload_size
id1921775
size8,602
Kleefuchs (Kleefuchs)

documentation

README

A little library to use a dynamic bitset using a vector and 32 unsigned integers. Keep in mind that the SIZE input wants to know how many u32's to allocate so 1=32, 2=64, etc.

Commit count: 0

cargo fmt