Module binary

Module binary 

Source
Expand description

Utils for binary data manipulation

Structsยง

BinaryConversionError
Error signaling binary conversion issues. Used in From trait implementation.
Bit
Type for representing a bit.
BitIterator
Bit sequence iterator. It enables user to read Bits from any iterator that provides bytes as u8.
BitVec
Wrapper for Vec<Bit> used for implementing From trait.