hex_encode_compact

Function hex_encode_compact 

Source
pub fn hex_encode_compact<T: AsRef<[u8]>>(data: T) -> String
Expand description

Returns a compact hex-encoded String representation of data.