RFC 4648-compliant Base16 encoding and decoding.
For the companion optics and pattern synonyms, see base16-lens.
The following types have supported codecs:
Data.ByteString
Data.ByteString.Lazy
Data.ByteString.Short
Data.Text
Data.Text.Lazy
Data.Text.Short
Additionally this library has
base16-bytestring
for encode and decode, with a more conventional api.base16-lens
packageThere are no dependencies aside from those bundled with GHC.