File: README.md

package info (click to toggle)
haskell-conduit-zstd 0.0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 68 kB
  • sloc: haskell: 46; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 604 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# ZStandard conduit wrappers

[![Hackage](https://img.shields.io/hackage/v/conduit-zstd.svg)](https://hackage.haskell.org/package/conduit-zstd)
[![Hackage-Deps](https://img.shields.io/hackage-deps/v/conduit-zstd.svg)](http://packdeps.haskellers.com/feed?needle=conduit-zstd)
[![Travis](https://api.travis-ci.com/luispedro/conduit-zstd.png)](https://travis-ci.com/luispedro/conduit-zstd)
ZStandard compression as a Conduit

Very thin wrapper around the
[hs-zstd](https://github.com/facebookexperimental/hs-zstd) Haskell bindings for
the [ZStandard compresssion library](http://facebook.github.io/zstd/).