pub fn encode_url_safe(input: impl AsRef<[u8]>) -> String
Encode bytes using URL-safe Base64 with = padding.
=