Skip to main content

base64_encode

Function base64_encode 

Source
fn base64_encode(input: &[u8]) -> String
Expand description

Standard base64 (RFC 4648) of input. Tiny + pure (no dep) so it runs in the native unit tests as well as wasm — used to inline the app-icon PNG (AUT-288) as a data: URL.