Function encode

Source
pub fn encode<B: AsRef<[u8]>>(bytes: B) -> Vec<u8> 
Expand description

Encode the given data as lower-case hexadecimal, returning a Vec<u8>