6 releases
new 0.1.5 | Jan 4, 2025 |
---|---|
0.1.4 | Jan 1, 2025 |
#1730 in Encoding
573 downloads per month
Used in 3 crates
41KB
656 lines
base64easy
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.