Skip to main content

hex_lower

Function hex_lower 

Source
pub fn hex_lower(bytes: &[u8]) -> String
Expand description

Encode a byte slice as lowercase hex, two chars per byte.

Wrapped for portability rather than depending on a third-party hex crate — the function is 10 lines and the workspace already has its own multibase stack for anything more structured.