Copyright | Aleksandr Krupenkin 2016-2021 |
---|---|
License | Apache-2.0 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | unportable |
Safe Haskell | None |
Language | Haskell2010 |
Data.ByteArray.HexString.Convert
Contents
Description
From/to hex conversion functions.
Documentation
Convert type into it's hex representation.
fromBytes :: ByteArrayAccess ba => ba -> HexString Source #
Reads a raw bytes and converts to hex representation.