koibumi-base32 0.0.3

A Base32 encoder/decoder library
Documentation
1
2
3
4
5
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.