This crate is a Base32 encoder/decoder library without padding.

Intended to use to implement an Onion address encoder/decoder. Using RFC 4648 Base32 alphabet, but encoded string is lowercase by default.

This crate does not support padding.