decode_vec

Function decode_vec 

Source
pub fn decode_vec(input: impl AsRef<[u8]>) -> Result<Vec<u8>, Error>
Available on crate feature alloc only.
Expand description

Decode an upper Base16 (hex) string into a byte vector.