Function bytes_to_standard_base64

Source
pub fn bytes_to_standard_base64(bytes: &[u8]) -> String
Expand description

Converts bytes to standard RFC 4648 base64 representation. https://datatracker.ietf.org/doc/html/rfc4648#section-4