protocol-buffers
Message serializer
A Haskell implementation of a language-neutral, platform-neutral way to serialize structured data
Haskell protocol-buffers package
80 stars
8 watching
41 forks
Language: Haskell
last commit: 5 months ago haskellprotocol-buffers
Related projects:
Repository | Description | Stars |
---|---|---|
google/proto-lens | An API for protocol buffers using modern Haskell language and library patterns. | 465 |
haskell/binary | Efficient serialisation of values to and from lazy ByteStrings in Haskell. | 106 |
haskell/lsp | A Haskell implementation of the Microsoft Language Server Protocol | 366 |
msgpack/msgpack-haskell | A Haskell implementation of MessagePack data serialization format | 138 |
soostone/katip | A structured logging framework for Haskell applications | 205 |
well-typed/cborg | A Haskell implementation of the CBOR format for fast binary serialisation and deserialisation. | 191 |
kubernetes-client/haskell | A Haskell library providing an interface to interact with the Kubernetes API | 127 |
protocolbuffers/upb | A lightweight C implementation of Protocol Buffers for efficient data serialization | 1,502 |
awakesecurity/proto3-suite | A Haskell implementation of protocol buffers version 3 | 81 |
haskell/http | A Haskell package providing an HTTP client and server implementation with customizable payload representation. | 177 |
lettier/parsing-with-haskell-parser-combinators | An in-depth guide to parsing using Haskell's parser combinator technology | 92 |
mrkkrp/req | An HTTP client library for Haskell with type-safe and expandable features. | 338 |
msoucy/dproto | Allows mixing protocol buffer files into D code at compile time to create structures. | 37 |
qnikst/haskellnet | A Haskell library providing client support for common email protocols. | 87 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |