crispii_bits 1.0.0

Bit related functionality intended for use with Crispii
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod add_with_carry;
pub use add_with_carry::AddWithCarry;

mod unsigned_integer;
pub(crate) use unsigned_integer::UnsignedInteger;

mod flip;
pub use flip::Flip;

mod set;
pub use set::Set;