Protocol BuffersPopular data formats
Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.
Protocol buffers define a binary format for storing arbitrary data structures as well as a .proto file format that defines the entries stored in such a file.
The Haskell libraries listed here all support encoding and decoding the binary messages and some are accompanied by a tool to auto-generate message data structure code from .proto files.
Notes
<notes are empty>
Notes
<notes are empty>
Notes
<notes are empty>
Notes
<notes are empty>
Summary
Lens based protocol buffer interaction for Haskell, developed by Google but is not an official protocol buffers implementation.
Notes
<notes are empty>
Notes
<notes are empty>
Notes
<notes are empty>