Crate bitmath

source ·

Macros

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

Structs

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