crispii_bits
Bit related functionality intended for use with Crispii
Provides extension methods to Rust's native unsigned int types for bit-level manipulations.
The recommended approach for imports is to use the associated helper crate for the particular int variant you're using.
For example, if you're using u8 values:
use *;
License: MIT OR Apache-2.0