blob: 5a885777e7b9b636c2b7759c4d627b4ce17ae47f (
plain) (
blame)
1
2
3
4
5
6
7
|
A binary serialization library, similar to binary, that introduces an
isolate primitive for parser isolation, and replaces the asynchronous
errors with a user-handleable Either type. Similar to binary in
performance, but uses a strict ByteString instead of a lazy
ByteString, thus restricting it to operating on finite inputs.
WWW: http://hackage.haskell.org/package/cereal
|