1 unstable release
0.1.0 | Jan 14, 2024 |
---|
#1281 in Embedded development
8KB
114 lines
bbbase64
Bare-Bones Base64: no-std, heapless, memory-safe encoding/decoding library for embedded.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
lib.rs
:
Simple no-std base64 encoder/decoder, inspired by https://dev.to/tiemen/implementing-base64-from-scratch-in-rust-kb1 .