pub fn base64_encode(input: &[u8]) -> String
Base64 encode bytes (delegates to the base64 crate).
base64