[][src]Function base64_url::escape_vec_in_place

pub fn escape_vec_in_place(base64: &mut Vec<u8>) -> &[u8]

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