Module buffer

Source
Expand description

Buffer implementation of codec types.

Numeric types are encoded in big-endian byte order.

Prefixes varints for length-encoded data.

Structsยง

ReadBuffer
A buffer for reading codec data with safety checks
WriteBuffer
A buffer for writing codec data