@hackage cereal0.3.3.0
A binary serialization library
Installation
Dependencies (4)
- array
- base <3.0
- bytestring <0.11
- containers Show all…
Dependents (524)
@hackage/data-embed, @hackage/hopenpgp-tools, @hackage/apiary-memcached, @hackage/leb128-cereal, @hackage/hermes, @hackage/codeworld-api, Show all…
Package Flags
split-base(on by default)
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.