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 encode extension traits that carry encode(writer)/spec_encode(writer) (the std feature).

Re-exports§

pub use crate::BitAmount;
pub use crate::EncodeExt;
pub use crate::SpecEncodeExt;