Skip to main content

Module prelude

Module prelude 

Source
Expand description

Common imports for the codec — the typed positioning amounts (4.bits(), 3.bytes()) used by #[br(pad_before = …)] etc., plus the EncodeExt trait that carries encode(writer) (the std feature).

Re-exports§

pub use crate::BitAmount;
pub use crate::EncodeExt;std