Note: This documents the main development branch. For specific versions, see docs.rs.
pub fn decode<H: AsRef<str>>(hex: H) -> Result<Vec<u8>>
Decodes the given hexadecimal number.