Skip to main content

Module reader

Module reader 

Source
Expand description

Reader abstraction for async I/O.

Structs§

BlockCache
A caching wrapper that fetches fixed-size aligned blocks around each accessed offset.
ObjectReader
An AsyncFileReader that reads from an ObjectStore.
ReqwestReader
An AsyncFileReader that reads from a URL using reqwest HTTP range requests.
TokioReader
An AsyncFileReader that wraps a tokio::fs::File or similar async reader.

Traits§

AsyncFileReader
Async interface for reading byte ranges from an HDF5 file.