Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haskell/base64-bytestring

Fast base64 encoding and decoding for Haskell.
https://github.com/haskell/base64-bytestring

Last synced: about 1 month ago
JSON representation

Fast base64 encoding and decoding for Haskell.

Awesome Lists containing this project

README

        

# Base64 Support for ByteStrings [![Hackage version](https://img.shields.io/hackage/v/base64-bytestring.svg?label=Hackage)](https://hackage.haskell.org/package/base64-bytestring) [![Stackage version](https://www.stackage.org/package/base64-bytestring/badge/lts?label=Stackage)](https://www.stackage.org/package/base64-bytestring) [![Build Status](https://secure.travis-ci.org/haskell/base64-bytestring.svg?branch=master)](http://travis-ci.org/haskell/base64-bytestring)

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

# Get involved!

Please report bugs via the
[GitHub issue tracker](https://github.com/haskell/base64-bytestring).

Master [Git repository](https://github.com/haskell/base64-bytestring):

* `git clone git://github.com/haskell/base64-bytestring.git`

# Authors

This library is written by [Bryan O'Sullivan](mailto:[email protected]). It
is maintained by [Herbert Valerio Riedel](mailto:[email protected]), [Mikhail
Glushenkov](mailto:[email protected]), and [Emily Pillmore](mailto:[email protected]).