pub fn base64_encode(data: &[u8]) -> String
Base64-encode a byte slice using the standard alphabet (with padding).