Overview of the pipes ecosystem
mainThe pipes ecosystem is organized into a core library and several specialized libraries designed for different streaming needs:
Core Libraries
pipes: The theoretically-principled core.pipes-concurrency: Provides message passing and reactive programming capabilities.pipes-parse: Provides utilities for parsing streams.pipes-safe: Handles resource management and exception safety.
Derived Libraries
These libraries build upon the core ecosystem for specific tasks:
pipes-networkandpipes-network-tls: Networking support.pipes-attoparsec: High-efficiency streaming parsing.pipes-zlib: Compression and decompression.pipes-binary: Streaming serialization and deserialization.pipes-aeson: Streaming JSON encoding and decoding.