proto3-wire

A low-level implementation of the Protocol Buffers (version 3) wire format

Version on this page:1.2.2
LTS Haskell 18.28:1.2.2
Stackage Nightly 2021-12-06:1.2.2
Latest on Hackage:1.4.1

See all snapshots proto3-wire appears in

Apache-2.0 licensed by Awake Networks
Maintained by [email protected]
This version can be pinned in stack with:proto3-wire-1.2.2@sha256:06cfbd240071099b01c78f90d540a6276e4b40626a97cae9e8668ace5d773864,2756

Changes

1.2.2

  • Add new zigZag{Encode,Decode} utilities

1.2.1

  • Build against GHC 9.0
  • Build against tasty 1.3 and 1.4

1.2.0

  • Encode protobuf wire messages in reverse order to improve perfomance
  • Miscellaneous maintenance changes