# Functions

NewBundler creates a new Bundler.

# Constants

# Variables

ErrOverflow indicates that Bundler's stored bytes exceeds its BufferedByteLimit.
ErrOversizedItem indicates that an item's size exceeds the maximum bundle size.

# Structs

A Bundler collects items added to it into a bundle until the bundle exceeds a given size, then calls a user-provided function to handle the bundle.