# Functions
NewCompressor not implemented.
NewJSONPayloadBuilder is not implemented when zlib is not available.
# Constants
Available is true if the code is compiled in.
DropItemOnErrItemTooBig when founding an ErrItemTooBig, skips the error and continue.
FailOnErrItemTooBig when founding an ErrItemTooBig, returns the error and stop.
# Variables
ErrItemTooBig is returned when a item alone exceeds maximum payload size.
ErrPayloadFull is returned when the payload buffer is full.
# Structs
Compressor is not implemented.
JSONPayloadBuilder is not implemented when zlib is not available.
# Type aliases
OnErrItemTooBigPolicy defines the behavior when OnErrItemTooBig occurs.