dynamic_bitset 1.0.0

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

A little library to use a dynamic bitset using a vector and 32 unsigned integers.