decoder-conduit-0.0.1.0: Conduit for decoding ByteStrings using Data.Binary.Get

Safe HaskellNone

Data.Conduit.Decoder

Synopsis

Documentation

conduitDecoder :: MonadThrow m => Get a -> Conduit ByteString m aSource

Incrementally reads ByteStrings and builds from supplied Get monad. Will throw an exception if there was an error parsing