pub fn hex_encode(bytes: &[u8]) -> StringExpand 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.