Function domain::utils::base16::decode_vec

source ·
pub fn decode_vec(s: &str) -> Result<Vec<u8>, DecodeError>
Expand description

Decodes a string with Base 16 data and returns it as a vec.