Skip to main content

encode

Function encode 

Source
pub fn encode<T>(bytes: T) -> String
where T: AsRef<[u8]>,
Expand description

Encode bytes as a lowercase hex String.