protobuf_ex v0.6.1 Protobuf.Extensions

Module to globally track extensions.

Link to this section Summary

Functions

Adds a prop to a protobuf extensions table

Gets message props from a given protobuf extensions table

Initializes a new protobuf extensions table. This function may be called many as it will have no effect after the first

Link to this section Functions

Link to this function add_extension_prop(module, field)

Adds a prop to a protobuf extensions table.

Link to this function get_extension_props(module)

Gets message props from a given protobuf extensions table.

Initializes a new protobuf extensions table. This function may be called many as it will have no effect after the first.