Crate bitutils

source ·

Macros

Declare a bitfield type.
Extract a bit from a value.
Extract a range of bits from a value. Syntax: bits!(val, lowbit:hibit);

Functions

Sign extend a size-bit number (stored in a u32) to an i32.