proto3-wire

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

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

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.1@sha256:168f705bcd5304537e213a77dcf1f0cfcc5fc2f65c2d6a15a4b8cfc48ab714c9,2756

Changes

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