Function pyth_min::byte_utils::hex_to_bytes

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

A very minimal tool to convert a hex string like “22f123639” into the byte equivalent.