const url_safe_no_pad: Codecs = .{ .alphabet_chars = url_safe_alphabet_chars, .pad_char = null, .decoderWithIgnore = urlSafeBase64DecoderWithIgnore, .Encoder = field_call, .Decoder = field_call };

URL-safe Base64 codecs, without padding