ProtobufProtocolSupportΒΆ

Usage

use ProtobufProtocolSupport;

or

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 Protocol Buffers Support in Chapel