Expand description
A platform-agnostic chunk reader implementation that provides different backends for file system and WebAssembly environments.
This crate provides a unified interface for reading chunks of data from either the local filesystem or via HTTP when running in a WebAssembly environment.
Modules§
Structs§
Enums§
Traits§
- Chunk
Reader - Trait for reading chunks of data from a source.
Functions§
- get_
platform_ reader - Creates a new platform-specific chunk reader.