Skip to main content

decode

Function decode 

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

Decodes a chunk written by encode.

ยงErrors

If the bytes are truncated, carry an unknown tag, or describe a chunk whose parts do not agree with each other.