Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

encode_str

Function encode_str 

Source
pub fn encode_str<'a>(src: &[u8], dst: &'a mut [u8]) -> Result<&'a str, Error>
Expand description

Encode input byte slice into a &str containing lower Base16 (hex).