Function cobs::decode_vec

source ·
pub fn decode_vec(source: &[u8]) -> Result<Vec<u8>, ()>
Expand description

Decodes the source buffer into a vector.