@hackage snappy-framing0.1.2
Snappy Framing Format in Haskell
Categories
License
MPL-2.0
Maintainer
kim.altintop@gmail.com
Links
Versions
Installation
Dependencies (5)
Dependents (3)
@hackage/tensorflow-records, @hackage/acme-everything, @hackage/snappy-lazy
Snappy Framing Format
Implementation of the Snappy framing format, SVN rev 71.
Build, Install, Use
Build from source using cabal install, from Hackage using cabal install snappy-framing.
The library exports a single module, Codec.Compression.Snappy.Framing, with a
instance of Data.Binary doing all the work. A couple of convenience functions
are also provided, but for serious stream processing use of a streaming library
of your liking (eg. pipes, iteratees, conduit) is recommended.
Bugs and Contributing
Please report issues via Github Issues, patches are welcome as Pull Requests.
License
Mozilla Public License Version 2.0, see LICENSE file.
