pub fn encode<T: AsRef<[u8]>>(input: T) -> String
Encode arbitrary octets as base64 using the standard base64::Engine.
base64::Engine