dynamic_bitset 1.0.2

A dynamic bitset using a vector to store 32 bit unsigned integers. Provides a serde feature flag to enable Serialization and Deserialization of bitset
Documentation
1
2
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.