pub fn decode_vec(source: &[u8]) -> Result<Vec<u8>, DecodeError>
alloc
Decodes the source buffer into a vector.
source