Skip to main content

hex_encode

Function hex_encode 

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

Hex-encode raw bytes (lowercase, no separators). Companion to the library’s hex_decode in flodl::distributed::cluster. Kept here so prepare_cluster_env doesn’t pull in a flodl runtime dep.