1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
# Fast base16 support [](https://hackage.haskell.org/package/base16-bytestring) [](https://www.stackage.org/package/base16-bytestring) [](http://travis-ci.org/haskell/base16-bytestring)
**Please refer to the [package description on Hackage](https://hackage.haskell.org/package/base16-bytestring#description) for more information.**
This package provides a Haskell library for working with base16-encoded
data quickly and efficiently, using the `ByteString` type.
# Get involved!
Please report bugs via the
[GitHub issue tracker](http://github.com/haskell/base16-bytestring).
Master [Git repository](http://github.com/haskell/base16-bytestring):
* `git clone git://github.com/haskell/base16-bytestring.git`
# Authors
This library is written by [Bryan O'Sullivan](mailto:bos@serpentine.com).
It is currently maintained by [Emily Pillmore](mailto:emilypi@cohomolo.gy), [Herbert Valerio Riedel](mailto:hvr@gnu.org) and [Mikhail
Glushenkov](mailto:mikhail.glushenkov@gmail.com).
|