bit-iter-0.1.3 has been yanked.
bit-iter
Iterate over the bits set in a word.
A BitIter
may be constructed from any integral value.
Example
Output:
Bit 0 is set.
Bit 16 is set.
In reverse order:
Bit 16 is set.
Bit 0 is set.