Base16 (hexadecimal) encoder and decoder in Rust.
Find a file
2025-01-16 19:03:30 -05:00
src Code cleanup and refactor to match interface of b64 and b32 better 2025-01-16 19:03:30 -05:00
.gitignore Initial commit 2024-12-19 23:54:16 -05:00
Cargo.lock Initial commit 2024-12-19 23:54:16 -05:00
Cargo.toml Initial commit 2024-12-19 23:54:16 -05:00
README.md Initial commit 2024-12-19 23:54:16 -05:00

Hexadecimal encoder and decoder written in Rust