Crates.io | base64easy |
lib.rs | base64easy |
version | 0.1.5 |
source | src |
created_at | 2025-01-01 07:34:51.563343+00 |
updated_at | 2025-01-04 07:43:12.008539+00 |
description | simple encodes and decodes base64 as bytes or utf8 |
homepage | |
repository | https://github.com/ssrlive/base64easy |
max_upload_size | |
id | 1500646 |
size | 55,345 |
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.