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 DefaultPool = NewPool() + func Get(minCapacity int) []byte + func Marshal(m Marshaler) ([]byte, error) + func Put(buf []byte) + type MarshalAppender interface + MarshalAppend func(b []byte) ([]byte, error) + type Marshaler interface + type Pool struct + func NewPool() *Pool + func (p *Pool) Get(minCapacity int) []byte + func (p *Pool) Put(buf []byte) + type Sizer interface + Size func() int