mirror of
https://github.com/RTFW-rs/rtfw-base64-rs.git
synced 2026-07-20 20:04:56 +00:00
✨ Trying to implement Base 64 encoding from scratch just for fun.
- Rust 92.9%
- Shell 7.1%
| .github/workflows | ||
| scripts | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
✨ rtfw-base64-rs
This is a lazy implementation of Base64 from scratch to learn how it works.
Context
I was playing with OAuth PKCE and ended up facing some issues with Base64. After fixing them, I thought to myself that writing a Base64 encoder from scratch should not be too hard.
So, there it is.