pub fn hex_to_uint8_vec(hex_string: &str) -> Vec<u8> ⓘ
Converts a hexadecimal string to a vector of unsigned 8-bit integers (Uint8Array).
hex_string
A vector of unsigned 8-bit integers (Uint8Array) containing the converted value.