| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Conduit.Zstd
Synopsis
- compress :: forall (m :: Type -> Type). MonadIO m => Int -> ConduitT ByteString ByteString m ()
- decompress :: forall (m :: Type -> Type). MonadIO m => ConduitT ByteString ByteString m ()