Skip to main content

fmt_hex_lower

Macro fmt_hex_lower 

Source
macro_rules! fmt_hex_lower {
    ($formatter:expr, $len:expr, $bytes:expr) => { ... };
}
Expand description

Formats bytes as hex in lower case.

See fmt_hex_max! for details.