cereal-enumerator-0.3: Deserialize things with cereal and enumerator

Data.Serialize.Get.Enumerator

Synopsis

Documentation

iterGet :: Monad m => Get a -> Iteratee ByteString m aSource

Convert a Get to an Iteratee. The resulting Iteratee emits a ParseError on failure.