encode

Function encode 

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

encode takes in a slice of bytes and returns the bytes encoded as a base64url String.