pub fn hex_encode_compact<T: AsRef<[u8]>>(data: T) -> String
Returns a compact hex-encoded String representation of data.
String
data