Skip to main content

decode

Function decode 

Source
pub fn decode(bytes: &[u8]) -> DecodeResults<'_>
Expand description

Run every library decoder over bytes, holding the per-section results. No decoder can panic on malformed input (Phase 6), so this never panics.