Crate bitmath

Source

Macros§

bitslice
convenience macro for indexing bitwise slices using bits[7:0] syntax

Structs§

Bits
The heart of the bitmath crate. Bits is an generically-sized bit vector, with support for accurate bitwise arithmetic including overflows and handling signed vs unsigned arguments and two’s-complement conversions.

Enums§

BitsError