Skip to main content

encode_string

Function encode_string 

Source
pub fn encode_string<B: AsRef<[u8]> + ?Sized>(bytes: &B) -> String
Expand description

Encodes binary data in base64 and returns the encoded data as a string.