Fast and safe representation of hex string
Find a file
Leon Mergen 6eea89845d Don't expose the ByteString encode/decode anymore
By exposing a ByteString functions we actually make this library more
confusing; we will now only represent the hex string representation as
either Text or String, and any ByteString that goes in or out is always
the binary representation.
2015-04-20 13:30:58 +07:00
src/Data Don't expose the ByteString encode/decode anymore 2015-04-20 13:30:58 +07:00
test Don't expose the ByteString encode/decode anymore 2015-04-20 13:30:58 +07:00
.gitignore Initial check in of first version, including tests 2015-04-20 09:39:58 +07:00
.travis.yml Initial check in of first version, including tests 2015-04-20 09:39:58 +07:00
hexstring.cabal Now making use of Binary instead of manual convert 2015-04-20 13:25:01 +07:00
LICENSE Initial commit 2015-04-20 08:52:39 +07:00
README.md Updates readme 2015-04-20 09:40:41 +07:00
Setup.hs Initial check in of first version, including tests 2015-04-20 09:39:58 +07:00

haskell-hexstring

Build Status Coverage Status MIT Haskell

Fast and safe representation of a hex string