Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/erikd/base64-bytestring-type
- Owner: erikd
- License: bsd-3-clause
- Created: 2015-09-02T20:19:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T04:29:10.000Z (4 months ago)
- Last Synced: 2024-09-09T12:14:08.271Z (about 2 months ago)
- Language: Haskell
- Size: 86.9 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.