protocol-buffers-0.2.9: Parse Google Protocol Buffer specifications

Text.ProtocolBuffers.Header

Description

This provides much that is needed for the output of hprotoc to compile. It will be imported qualified as P', the prime ensuring no name conflicts are possible.

Synopsis

Documentation

pack :: [Char] -> ByteString

O(n) Convert a String into a ByteString.

append :: Seq a -> a -> Seq aSource