1 unstable release

0.1.0 May 16, 2023

#20 in #ietf-rfc

Download history 138/week @ 2023-12-13 93/week @ 2023-12-20 184/week @ 2023-12-27 19/week @ 2024-01-03 76/week @ 2024-01-10 82/week @ 2024-01-17 97/week @ 2024-01-24 115/week @ 2024-01-31 81/week @ 2024-02-07 83/week @ 2024-02-14 100/week @ 2024-02-21 150/week @ 2024-02-28 91/week @ 2024-03-06 96/week @ 2024-03-13 58/week @ 2024-03-20 50/week @ 2024-03-27

307 downloads per month
Used in 3 crates (2 directly)

Apache-2.0

3KB

Base64 URL (base64url)

Base64URL is a modification of the main Base64 standard as described in RFC4648, the purpose of which is the ability to use the encoding result as filename or URL address. This crate provides simple encode and decode function without additional config setup.

This library is based on base64 implementation.


lib.rs:

Implementation of the encode and decode operations on base64url (as defined in IETF RFC 4648) String. The encoded string restricted to containing the 2^6 UTF-8 code points without padding.

In general, we use - and _ instead of + and /, without paddings.

Dependencies

~220KB