@hackage capnp0.1.0.0

Cap'n Proto for Haskell

A native Haskell implementation of the Cap'N Proto cerialization format.

This library is currently serialization-only. RPC support is planned but not yet implemented. It works, but bear in mind that the API is considered unstable, and is likely to change to accomodate RPC, facilitate improved performance, etc.

The Data.Capnp.Tutorial module is the best place to start reading; the reference documentation can seem bewildering without that context.