# Functions
NewCappedBuffer creates a new CappedBuffer with the given capacity.
# Structs
CappedBuffer is a buffer that returns errors if the buffer exceeds cap.
# Type aliases
PlainReader provides an io.Reader for a bytes slice.
PlainWriter provides an io.Writer for a bytes slice.