@hackage base160.1.2
RFC 4648-compliant Base16 encodings/decodings
Installation
Tested Compilers
Dependencies (3)
- base >=4.10 && <5
- bytestring ^>=0.10
- text ^>=1.2 Show all…
Dependents (37)
@hackage/biscuit-haskell, @hackage/ram, @cardano/marlowe-chain-sync, @cardano/marlowe-object, @hackage/haskoin-core, @hackage/http-client-tls, Show all…
Base16
Padded and unpadded base16 and base16hex encoding and decoding for Text and ByteString values.
For the companion optics and pattern synonyms, see base16-lens.
Summary
What does this library provide? Here is the summary:
- Great encoding performance compared to existing libraries (e.g.
memory,base16-bytestring) - Better decoding performance compared to existing libraries.
- Support for
Textencodings and decodings - Optics for handling more complex structures with Base16 representations via the
base16-lenspackage - Checks for both valid Base16 and correct Base16 and Base16hex encodings
There are no dependencies aside from those bundled with GHC.