[][src]Module deku::prelude

Re-exports

pub use crate::error::DekuError;
pub use crate::DekuContainerRead;
pub use crate::DekuContainerWrite;
pub use crate::DekuRead;
pub use crate::DekuUpdate;
pub use crate::DekuWrite;

Structs

BitSlice

A slice of individual bits, anywhere in memory.

BitVec

A vector of individual bits, allocated on the heap.

Lsb0

Traverses an element from LSbit to MSbit.

Msb0

Traverses an element from MSbit to LSbit.

Traits

BitOrder

An ordering over an element.

BitView

Views a type that can store bits as a bit-slice.

Derive Macros

DekuRead
DekuWrite