Function hex_to_bytes

Source
pub fn hex_to_bytes(hex: &str) -> Result<Vec<u8>>
Expand description

Convert hex string to bytes

§Arguments

  • hex - The hex string to convert

§Returns

A vector of bytes

§Errors

Returns an error if the hex string is invalid