Skip to main content

decode_bytes

Function decode_bytes 

Source
pub fn decode_bytes(input: &[u8]) -> Result<(Vec<u8>, usize), StringError>
Expand description

Decode roh als Bytes (kein UTF-8-Check). Spec §5.2.

§Errors

Integer / Truncated / Huffman.