Function pretty_hex::config_hex
source · pub fn config_hex<T: AsRef<[u8]>>(source: &T, cfg: HexConfig) -> String
Expand description
Return a hexdump of source
in specified format.
pub fn config_hex<T: AsRef<[u8]>>(source: &T, cfg: HexConfig) -> String
Return a hexdump of source
in specified format.