Crate bbbase64

Source
Expand description

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

Functionsยง

decode
Decode a base64 encoded slice without padding, by lookup table.
encode
Encode a base64 encoded slice without padding, by lookup table.