| Crates.io | base64easy |
| lib.rs | base64easy |
| version | 0.1.7 |
| created_at | 2025-01-01 07:34:51.563343+00 |
| updated_at | 2025-06-29 06:23:08.526538+00 |
| description | simple encodes and decodes base64 as bytes or utf8 |
| homepage | |
| repository | https://github.com/ssrlive/base64easy |
| max_upload_size | |
| id | 1500646 |
| size | 60,858 |
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.