Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/base16-bytestring
Fast base16 (hexadecimal) encoding and decoding for Haskell bytestrings.
https://github.com/haskell/base16-bytestring
Last synced: about 1 month 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T14:06:46.000Z (about 1 year ago)
- Last Synced: 2024-05-02T01:48:09.093Z (7 months ago)
- Language: Haskell
- Homepage:
- Size: 74.2 KB
- Stars: 27
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fast base16 support [![Hackage version](https://img.shields.io/hackage/v/base16-bytestring.svg?label=Hackage)](https://hackage.haskell.org/package/base16-bytestring) [![Stackage version](https://www.stackage.org/package/base16-bytestring/badge/lts?label=Stackage)](https://www.stackage.org/package/base16-bytestring) [![Build Status](https://secure.travis-ci.org/haskell/base16-bytestring.svg?branch=master)](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:[email protected]).
It is currently maintained by [Emily Pillmore](mailto:[email protected]), [Herbert Valerio Riedel](mailto:[email protected]) and [Mikhail
Glushenkov](mailto:[email protected]).