core-data-0.3.4.0: Convenience wrappers around common data structures and encodings
Safe HaskellNone
LanguageHaskell2010

Core.Encoding

Description

Various formats used for serialization, data transfer, and configuration.

This can be used by simply importing the top level module:

import Core.Encoding

although the individual formats are quite usable indepedently.

Each of these encodings are backed by a popular and well tuned library in wide use across the Haskell community; these modules are here as wrappers providing for ease of use and interoperability across the various tools in this package.

Documentation