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

no-std base64easy

simple encodes and decodes base64 as bytes or utf8

6 releases

new 0.1.5 Jan 4, 2025
0.1.4 Jan 1, 2025

#1730 in Encoding

Download history 573/week @ 2025-01-01

573 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