Function base64_url::unsafe_escape_string
source · pub fn unsafe_escape_string(base64: &mut String)👎Deprecated since 1.3.0: Please use the <code>escape_in_place</code> function instead
Expand description
In-place escape a Base64 string to a Base64-URL string. It is unsafe because the conversion is not concerning with Base64 decoding. You need to make sure the input string is a correct Base64 string by yourself.