Description
Provides the core pieces for fast and lightweight binary serialization in Haskell. It contains lower-level functionality used by serialization code that wants speed without excessive dependencies.
It is useful for libraries, caches, protocols, storage formats, and performance-sensitive data exchange. It is a developer library and normally appears as part of a larger serialization stack.