Skip to main content

decode

Function decode 

Source
pub fn decode(bytes: &[u8]) -> Result<Vec<Vec<u8>>>
Expand description

Decodes a chunk written by encode.

ยงErrors

If the bytes are truncated, carry an unknown tag, or describe a chunk whose parts disagree.