Protox.Encode (Protox v1.2.3) View Source
This module contains the functions necessary to encode protobuf messages and various types.
Protox users will want to use encode/1 and encode!/1 that take a protobuf message stored in a struct and that return an IO data that can be written to a file or a socket.
Link to this section Summary
Link to this section Functions
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
encode_uint32(non_neg_integer()) :: iodata()
Specs
encode_uint64(non_neg_integer()) :: iodata()
Specs
Specs
Specs
Specs
make_key(Protox.Types.tag(), Protox.Types.type()) :: non_neg_integer()
Specs
make_key_bytes(Protox.Types.tag(), Protox.Types.type()) :: iodata()