Safe Haskell | None |
---|---|
Language | Haskell2010 |
Base16 encoding/decoding.
- encode :: ByteString -> Text
- decode :: Text -> Either Text ByteString
- formatBase16 :: ByteString -> Builder
- base16F :: Format r (ByteString -> r)
Documentation
encode :: ByteString -> Text Source #
Apply base16 encoding to strict ByteString.
formatBase16 :: ByteString -> Builder Source #
Construct Builder from bytestring formatting it in Base16.
base16F :: Format r (ByteString -> r) Source #
Format which uses Base16 to print bytestring.