Skip to content
Snippets Groups Projects
Unverified Commit e6f79efe authored by Ben Gamari's avatar Ben Gamari :turtle: Committed by GitHub
Browse files

Merge pull request #194 from chrisdone/patch-3

Drop efficiency wording from README
parents 57fbea56 bf02418b
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,13 @@ ...@@ -2,12 +2,13 @@
[![Hackage version](https://img.shields.io/hackage/v/binary.svg?label=Hackage)](https://hackage.haskell.org/package/binary) [![Stackage version](https://www.stackage.org/package/binary/badge/lts?label=Stackage)](https://www.stackage.org/package/binary) [![Build Status](https://api.travis-ci.org/kolmodin/binary.png?branch=master)](http://travis-ci.org/kolmodin/binary) [![Hackage version](https://img.shields.io/hackage/v/binary.svg?label=Hackage)](https://hackage.haskell.org/package/binary) [![Stackage version](https://www.stackage.org/package/binary/badge/lts?label=Stackage)](https://www.stackage.org/package/binary) [![Build Status](https://api.travis-ci.org/kolmodin/binary.png?branch=master)](http://travis-ci.org/kolmodin/binary)
*Efficient, pure binary serialisation using lazy ByteStrings.* *Pure binary serialisation using lazy ByteStrings.*
The ``binary`` package provides Data.Binary, containing the Binary class, The ``binary`` package provides Data.Binary, containing the Binary class,
and associated methods, for serialising values to and from lazy and associated methods, for serialising values to and from lazy
ByteStrings. ByteStrings.
A key feature of ``binary`` is that the interface is both pure, and efficient. A key feature of ``binary`` is that the interface is both pure, and
moderately efficient.
The ``binary`` package is portable to GHC and Hugs. The ``binary`` package is portable to GHC and Hugs.
## Installing binary from Hackage ## ## Installing binary from Hackage ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment