Module bits

Module bits 

Source
Expand description

Types that specify the exact number of bits a packed integer should occupy.

Structs§

Bits
Bytes

Traits§

BitsFullBytes
These bits are a multiple of 8
BitsPartialBytes
These bits are not a multiple of 8
ByteArray
Helper that allows us to cast a fixed size array into a byte slice.
NumberOfBits
Number of bits that the generic type should occupy.
NumberOfBytes
Number of bytes that the generic type should occupy.