File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ 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 )
44
5- * Efficient, pure binary serialisation using lazy ByteStrings.*
5+ * Pure binary serialisation using lazy ByteStrings.*
66
77The `` binary `` package provides Data.Binary, containing the Binary class,
88and associated methods, for serialising values to and from lazy
99ByteStrings.
10- A key feature of `` binary `` is that the interface is both pure, and efficient.
10+ A key feature of `` binary `` is that the interface is both pure, and
11+ moderately efficient.
1112The `` binary `` package is portable to GHC and Hugs.
1213
1314## Installing binary from Hackage ##
You can’t perform that action at this time.
0 commit comments