Crate bit

Source
Expand description

This crate adds simple bit-manipulation helpers in a convenient trait. Also, it implements them for the unsigned primitive types.

Traitsยง

BitIndex
A trait which provides methods for manipulating bits or bit ranges.