Description
Provides common lower-level functions needed by multiple Haskell streaming data libraries. Shared utilities reduce duplicated code for buffers, files, network data, and incremental processing.
It is useful for libraries and applications that process data streams efficiently. Most users encounter it as a dependency of higher-level streaming packages rather than using it directly.