| Crates.io | koibumi-base32 |
| lib.rs | koibumi-base32 |
| version | 0.0.3 |
| created_at | 2020-05-23 02:30:15.181683+00 |
| updated_at | 2024-06-25 03:00:35.504881+00 |
| description | A Base32 encoder/decoder library |
| homepage | http://2xzrgzkwdqvcfw2ckas4n6iu4gcyk3mvfh6eq5zt5il3ohz2qbtvssyd.onion/ |
| repository | http://q24klvdbi3uv5hbsp6shuer7vylcbf74vjdwe5ayik7j45je3y7xvyqd.onion/kashiko/koibumi-rust |
| max_upload_size | |
| id | 244767 |
| size | 7,785 |
This crate is a Base32 encoder/decoder library.
The library is intended to be used to implement an Onion address encoder/decoder. The library uses RFC 4648 Base32 alphabet, but encoded string is lowercase by default. The library does not support padding.