base16-bytestring: Fast base16 (hex) encoding and decoding for ByteStrings

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package provides support for encoding and decoding binary data according to base16 (see also RFC 4648) for strict (see Data.ByteString.Base16) and lazy ByteStrings (see Data.ByteString.Base16.Lazy).

See also the base-encoding package which provides an uniform API providing conversion paths between more binary and textual types.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.1.1.5, 0.1.1.6, 0.1.1.6, 0.1.1.7, 1.0.0.0, 1.0.1.0, 1.0.2.0
Change log None available
Dependencies base (>=4 && <5), bytestring (>=0.9), ghc-prim [details]
License BSD-3-Clause
Copyright Copyright 2011 MailRank, Inc.; Copyright 2010 Bryan O'Sullivan
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Herbert Valerio Riedel <hvr@gnu.org>, Mikhail Glushenkov <mikhail.glushenkov@gmail.com>
Category Data
Home page http://github.com/haskell/base16-bytestring
Bug tracker http://github.com/haskell/base16-bytestring/issues
Source repo head: git clone http://github.com/bos/base16-bytestring
head: hg clone http://bitbucket.org/bos/base16-bytestring
Uploaded by HerbertValerioRiedel at 2018-06-26T12:22:23Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for base16-bytestring-0.1.1.6

[back to package description]

Fast base16 support Hackage version Stackage version Build Status

Please refer to the package description on Hackage for more information.

This package provides a Haskell library for working with base16-encoded data quickly and efficiently, using the ByteString type.

Performance

This library is written in pure Haskell, and it's fast:

Get involved!

Please report bugs via the GitHub issue tracker.

Master Git repository:

Authors

This library is written by Bryan O'Sullivan. It is maintained by Herbert Valerio Riedel and Mikhail Glushenkov.