base64_encode

Function base64_encode 

Source
pub fn base64_encode(input: &str) -> String
Expand description

Encode a string using a URL-safe base64 alphabet with . padding to match the JS SDK.