.. default-domain:: chpl .. module:: ProtobufProtocolSupport :synopsis: Support for protocol buffers binary wire format. ProtobufProtocolSupport ======================= **Usage** .. code-block:: chapel use ProtobufProtocolSupport; or .. code-block:: chapel import ProtobufProtocolSupport; Support for protocol buffers binary wire format. This module provides a Chapel implementation for protocol buffers binary `wire format `_ encoding algorithms. It has functions to support serialization and deserialization of protocol buffer messages. For more details, see :ref:`readme-protobuf`