Crate bit [] [src]

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.