https://github.com/haskell/base16-bytestring
Fast base16 (hexadecimal) encoding and decoding for Haskell bytestrings.
https://github.com/haskell/base16-bytestring
Last synced: 5 months ago
JSON representation
Fast base16 (hexadecimal) encoding and decoding for Haskell bytestrings.
- Host: GitHub
- URL: https://github.com/haskell/base16-bytestring
- Owner: haskell
- License: other
- Created: 2011-01-25T21:58:54.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T14:06:46.000Z (over 2 years ago)
- Last Synced: 2025-10-03T22:37:10.169Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 74.2 KB
- Stars: 30
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).