blob: b3e81ce2759f84edd2f9d884d6f84db93ab06532 (
about) (
plain) (
blame)
1
2
3
4
5
|
// 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
|