# Functions
No description provided by the author
# Structs
wrap a BytesOut encoder with a standard stateful bytes.Buffer to provide the TMEncoderBuilder.
Implementation of the TMEncoder interface.
# Interfaces
Simplest pure interface for encoding and generally preferred.
Allow chaining builder pattern syntactic sugar variation of Facade teb.EncodeInt8(42).EncodeInt32(my_integer).Bytes().
Legacy interface following old code as closely as possible.