An open API service indexing awesome lists of open source software.

https://github.com/luispedro/conduit-zstd

Conduit interface to zstandard compression
https://github.com/luispedro/conduit-zstd

Last synced: 2 months ago
JSON representation

Conduit interface to zstandard compression

Awesome Lists containing this project

README

          

# 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/).