Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erikd/base64-bytestring-type

A newtype around ByteString, for base64 encoding.
https://github.com/erikd/base64-bytestring-type

Last synced: 10 days ago
JSON representation

A newtype around ByteString, for base64 encoding.

Awesome Lists containing this project

README

        

# haskell-base64-bytestring-type

[![Build Status](https://travis-ci.org/futurice/haskell-base64-bytestring-type.svg?branch=master)](https://travis-ci.org/futurice/haskell-base64-bytestring-type)

A 'ByteString64' -type with `FromJSON`, `ToJSON`, `Binary` and `Serializable` instances.