[][src]Module deku::prelude

Re-exports

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

Structs

BitVec

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

Msb0

Traverses an element from MSbit to LSbit.

Traits

AsBits

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

Derive Macros

DekuRead
DekuWrite