aboutsummaryrefslogtreecommitdiff
path: root/internal/iolimit/doc.go
blob: 5eb72b2b2e3ab2cdc826de417de3e46ae7d905b6 (about) (plain) (blame)
1
2
3
4
5
6
// Package iolimit provides small internal I/O wrappers with bounded behavior.
//
// It includes helpers for both readers and writers
// that enforce configured limits
// (length checks, capped capture, etc.).
package iolimit