[][src]Function subtle_encoding::hex::encode

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

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