base32-0.1.0.0: README.md
# Base32
[](https://travis-ci.com/emilypi/base32)
[](https://hackage.haskell.org/package/base32)
Padded and unpadded base32 and base32hex encoding and decoding for `Text` and `ByteString` values.
For the companion optics and pattern synonyms, see [base32-lens](https://hackage.haskell.org/package/base32-lens).
### Summary
What does this library provide? Here is the summary:
- Support for padded and unpadded Base32 and Base32hex
- Support for `Text` encodings and decodings
- Optics for handling more complex structures with Base32 representations via the `base32-lens` package
- Checks for both valid Base32 and correct Base32 and Base32hex encodings
There are no dependencies aside from those bundled with GHC:
