Base32 encoder and decoder in Rust.
Find a file
2025-01-12 18:44:39 -05:00
src Use io::Write instead of fmt::Write for Encoder 2025-01-12 18:44:39 -05:00
.gitignore Initial Commit 2025-01-07 14:13:15 -05:00
Cargo.lock Export Decoder and Encoder structs 2025-01-12 18:32:36 -05:00
Cargo.toml Rename crate to 'b32' 2025-01-12 18:24:51 -05:00