Skip to main content

char_from_hex_code

Function char_from_hex_code 

Source
pub fn char_from_hex_code(hex: &str) -> char
Expand description

Convert a hex code string (e.g., “20”) to the corresponding character.