[][src]Function yenc::decode_buffer

pub fn decode_buffer(input: &[u8]) -> Result<Vec<u8>, DecodeError>

Decode the encoded byte slice into a vector of bytes.

Carriage Return (CR) and Line Feed (LF) are ignored.