| Copyright | (c) Lennart Kolmodin 2010-2011 |
|---|---|
| License | BSD3-style (see LICENSE) |
| Maintainer | kolmodin@gmail.com |
| Stability | experimental |
| Portability | portable (should run where the package binary runs) |
| Safe Haskell | None |
| Language | Haskell2010 |
Tox.Core.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 Tox.Core.Bits.Get and Tox.Core.Bits.Put, respectively.