bytes_to_base64url_nopad

Function bytes_to_base64url_nopad 

Source
pub fn bytes_to_base64url_nopad(b: &[u8]) -> String
Expand description

Converts a byte slice to a Base64 encoded string (URL-safe, no padding).

§Arguments

  • b: A byte slice.

§Returns

The URL-safe Base64 encoded string representation (no padding) of the byte slice.