Crate pretty_bit_mask

Crate pretty_bit_mask 

Source
Expand description

All this crate does is make bit masking operations a bit prettier.

Traitsยง

BitMaskable
The trait describing things which can have bit masks applied to them. All integer types (and bool) implement this trait.