base32
base32 copied to clipboard
Base32 encoder/decoder for Rust
Results
2
base32 issues
Sort by
recently updated
recently updated
newest added
Hi. Firstly, thanks for this crate. Super useful for my projects! I was wondering, what are the requirements for this crate to go 1.0? I don't see a lot of...
``` // omitted: E O U T const std::string base32Chars = "0123456789abcdfghijklmnpqrsvwxyz"; ``` This is a special base32 alphabet that was invented by Eelco Dolstra that the nix ecosystem is...