id-set 0.1.11

A bitset implementation that tracks its size and stores data on the stack for small sizes (elements smaller than 196). The API is mostly similar to bit-set but also includes `retain()` and `into_iter()`, as well as the ability to take unions, intersections etc of more than 2 sets.
Documentation

id-map