Module

Protobuf.Decode

Package
purescript-protobuf
Repository
xc-jp/purescript-protobuf

Primitive parsers for decoding Google Protocol Buffers.

You almost never need to import this module. See package README for explanation.

#fixed32 Source

#sfixed32 Source

#sfixed64 Source

Re-exports from Protobuf.Decode32

#tag32 Source

tag32 :: forall m. MonadEffect m => ParserT DataView m (Tuple FieldNumber WireType)

Parse the field number and wire type of the next field. https://developers.google.com/protocol-buffers/docs/encoding#structure

Re-exports from Protobuf.Decode64