| Crates.io | dynamic_bitset |
| lib.rs | dynamic_bitset |
| version | 1.0.2 |
| created_at | 2025-11-07 16:03:09.372013+00 |
| updated_at | 2025-11-07 16:11:43.868351+00 |
| description | A dynamic bitset using a vector to store 32 bit unsigned integers. Provides a serde feature flag to enable Serialization and Deserialization of bitset |
| homepage | |
| repository | https://github.com/Kleefuchs/dynamic-bitset-rs |
| max_upload_size | |
| id | 1921775 |
| size | 8,602 |
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.