Version: 5.2.1
Protocol Buffers: Portable Data Serialization
(require (planet murphy/protobuf)) |
Facilities to read and write Protocol Buffers
in binary format. The basic message type is re-exported from the
reflection module.
Read an instance of type encoded in protocol buffer format
from the port in. type must represent a protocol
buffer message type.
Write v to the port out, encoding it in protocol
buffer format. v must be an instance of a protocol buffer
message type.