[][src]Function base64ct::url::unpadded::encode_string

pub fn encode_string(input: &[u8]) -> String
This is supported on crate feature alloc only.

Encode input byte slice into a String containing URL-safe Base64 without padding.

Panics

If input length is greater than usize::MAX/4.