Versions in this module Expand all Collapse all v1 v1.0.1 Jun 30, 2026 v1.0.0 Jun 30, 2026 Changes in this version + var ErrMessageTooLarge = errors.New("protodelim: message size exceeds maximum allowed size") + func MarshalTo(w io.Writer, msg proto.Message) (int, error) + func UnmarshalFrom(r io.Reader, msg proto.Message) error + type UnmarshalOptions struct + MaxSize int + func (opts UnmarshalOptions) UnmarshalFrom(r io.Reader, msg proto.Message) error