#base64 #serde

base64urlsafedata

Base 64 Url Safe wrapper for Serde

4 releases

0.1.3 Feb 16, 2023
0.1.2 Nov 11, 2022
0.1.1 Jul 8, 2022
0.1.0 May 19, 2022

#765 in Web programming

Download history 3082/week @ 2023-02-15 3195/week @ 2023-02-22 3512/week @ 2023-03-01 3230/week @ 2023-03-08 3480/week @ 2023-03-15 3317/week @ 2023-03-22 4698/week @ 2023-03-29 4391/week @ 2023-04-05 6525/week @ 2023-04-12 5146/week @ 2023-04-19 5065/week @ 2023-04-26 5453/week @ 2023-05-03 4193/week @ 2023-05-10 3372/week @ 2023-05-17 3787/week @ 2023-05-24 2759/week @ 2023-05-31

14,821 downloads per month
Used in 10 crates (7 directly)

MPL-2.0 license

6KB
127 lines

Base64 Url Safe Serde Wrapper

A wrapper to help inline deserialisation of base64 datatypes.


lib.rs:

Base64 data that encodes to Base64 UrlSafe, but can decode from multiple base64 implementations to account for various clients and libraries. Compatible with serde.

Dependencies

~1–1.8MB
~41K SLoC