Skip to main content

parse_hex

Function parse_hex 

Source
pub fn parse_hex(s: &str) -> Result<Vec<u8>, String>
Expand description

Parse a hex string into bytes.