pub fn unsafe_escape_vec(base64: &mut Vec<u8>)
👎Deprecated since 1.3.0: Please use the <code>escape_vec_in_place</code> function instead
Expand description

In-place escape Base64 data to Base64-URL data. It is unsafe because the conversion is not concerning with Base64 decoding. You need to make sure the input Base64 data is correct by yourself.