Function spawn_base64::base64_encode_url_safe
source ยท pub fn base64_encode_url_safe(data: &[u8]) -> StringExpand description
URL-safe Base64 encoding function Encodes input bytes into a URL-safe Base64 string.
pub fn base64_encode_url_safe(data: &[u8]) -> StringURL-safe Base64 encoding function Encodes input bytes into a URL-safe Base64 string.