#codec #base64 #heapless #memory-safe #bare-bones

bbbase64

Bare-Bones Base64: no-std, heapless, memory-safe encoding/decoding library for embedded

1 unstable release

0.1.0 Jan 14, 2024

#512 in Embedded development

23 downloads per month

MIT/Apache

8KB
114 lines

bbbase64

Bare-Bones Base64: no-std, heapless, memory-safe encoding/decoding library for embedded.

License

Licensed under either of

at your option.


lib.rs:

Simple no-std base64 encoder/decoder, inspired by https://dev.to/tiemen/implementing-base64-from-scratch-in-rust-kb1 .

No runtime deps