binary-bits-0.3: Bit parsing/writing on top of binary.

Portabilityportable (should run where the package binary runs)
Stabilityexperimental
Maintainerkolmodin@gmail.com
Safe HaskellNone

Data.Binary.Bits

Description

Parse and write bits easily. Parsing can be done either in a monadic style, or more efficiently, using the Applicative style. Writing is monadic style only. See Data.Binary.Bits.Get and Data.Binary.Bits.Put, respectively.

Documentation