potoki-cereal-0.2.1: Streaming serialization

Safe HaskellNone
LanguageHaskell2010

Potoki.Cereal.Produce

Documentation

put :: Put -> Produce ByteString Source #

fileDecoded :: Serialize a => FilePath -> Produce (Either IOException (Either Text a)) Source #

directoryDecoded :: Serialize a => FilePath -> Produce (Either IOException (Either Text a)) Source #