Function domain::utils::base32::decode_hex[][src]

pub fn decode_hex(s: &str) -> Result<Bytes, DecodeError>

Decodes a string with base32hex encoded data.

The function attempts to decode the entire string and returns the result as a Bytes value.