#base64 #decode #encode #utf-8 #no-std

no-std base64easy

simple encodes and decodes base64 as bytes or utf8

7 releases

new 0.1.6 May 2, 2025
0.1.5 Jan 4, 2025

#2337 in Encoding

Download history 63/week @ 2025-01-12 225/week @ 2025-01-19 48/week @ 2025-01-26 79/week @ 2025-02-02 215/week @ 2025-02-09 220/week @ 2025-02-16 234/week @ 2025-02-23 349/week @ 2025-03-02 291/week @ 2025-03-09 150/week @ 2025-03-16 71/week @ 2025-03-23 44/week @ 2025-03-30 53/week @ 2025-04-06 140/week @ 2025-04-13 157/week @ 2025-04-20 351/week @ 2025-04-27

704 downloads per month
Used in 3 crates

MIT/Apache

41KB
656 lines

base64easy

Version Documentation License

Correct, fast, and configurable base64 decoding and encoding. Base64 transports binary data efficiently in contexts where only plain text is allowed.

A simple and fast base64 library that is easy to use and configure. Support no_std and std environments.

No runtime deps