# Functions
MarshalTo writes a varint size-delimited wire-format message to w with the default options.
UnmarshalFrom parses and consumes a varint size-delimited wire-format message from r with the default options.
# Structs
MarshalOptions is a configurable varint size-delimited marshaler.
SizeTooLargeError is an error that is returned when the unmarshaler encounters a message size that is larger than its configured [UnmarshalOptions.MaxSize].
UnmarshalOptions is a configurable varint size-delimited unmarshaler.
# Interfaces
Reader is the interface expected by [UnmarshalFrom].