potoki-cereal-0.2.1: Streaming serialization

Safe HaskellNone
LanguageHaskell2010

Potoki.Cereal.Consume

Documentation

get :: Get a -> Consume ByteString (Either String a) Source #

encodeToFile :: Serialize a => FilePath -> Consume a (Either IOException ()) Source #