bbbase64 0.1.0

Bare-Bones Base64: no-std, heapless, memory-safe encoding/decoding library for embedded
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["James Logan <jlogan03@gmail.com>"]
description = "Bare-Bones Base64: no-std, heapless, memory-safe encoding/decoding library for embedded"
edition = "2021"
homepage = "https://github.com/jlogan03/bbbase64"
license = "MIT OR Apache-2.0"
name = "bbbase64"
readme = "./README.md"
repository = "https://github.com/jlogan03/bbbase64"
version = "0.1.0"