[][src]Module deku::prelude

Re-exports

pub use crate::error::DekuError;
pub use crate::BitsReader;
pub use crate::BitsWriter;

Structs

BitSlice

A compact slice of bits, whose order and storage types can be customized.

BitVec

A compact Vec of bits, whose order and storage type can be customized.

Lsb0

Traverses an element from LSbit to MSbit.

Msb0

Traverses an element from MSbit to LSbit.

Traits

AsBits

Allows a type to be used as a sequence of immutable bits.

BitOrder

An ordering over an element.

Derive Macros

DekuRead
DekuWrite