[][src]Function base64_url::unsafe_escape_vec

pub fn unsafe_escape_vec(base64: &mut Vec<u8>)
👎 Deprecated since 1.3.0:

Please use the escape_vec_in_place function instead

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.