[Haskell-cafe] [ANN] protobuf-simple: Protocol Buffers library

Martijn Rijkeboer mrr at sru-systems.com
Tue Apr 5 15:13:29 UTC 2016


> Isn't http://hackage.haskell.org/package/protocol-buffers doing the same
> thing with records?

They're quite similar, however protobuf-simple uses Data.Text instead of
Data.ByteString for strings. Furthermore it generates newtypes instead of
data types for messages with only one field.

Kind regards,


Martijn Rijkeboer



More information about the Haskell-Cafe mailing list