Expand description
Streaming interfaces for large block operations.
Provides AsyncRead/AsyncWrite implementations for efficient handling of large blocks without loading everything into memory.
Structs§
- Block
Reader - Async reader for a single block with seeking support
- Block
Stream - Stream of blocks from an iterator of CIDs
- Byte
Range - Range specification for partial block reads
- Partial
Block - Partial block read result
- Stream
Config - Configuration for streaming operations
- Streaming
Writer - Streaming block writer for building large content
Traits§
- Streaming
Block Store - Extension trait for block stores with streaming capabilities