Expand description
Simple no-std base64 encoder/decoder, inspired by https://dev.to/tiemen/implementing-base64-from-scratch-in-rust-kb1 .
Functions
- Decode a base64 encoded slice without padding, by lookup table.
- Encode a base64 encoded slice without padding, by lookup table.