hs-cdb-0.1.1: A library for reading CDB (Constant Database) files.

Database.CDB.Packable

Synopsis

Documentation

class Packable k whereSource

An instance of Packable can be losslessly transformed into a ByteString.

Methods

pack :: k -> ByteStringSource

class Unpackable v whereSource

An instance of Unpackable can be losslessly transformed from a ByteString.

Methods

unpack :: ByteString -> vSource