Crate chunk_reader

Crate chunk_reader 

Source
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§

debug
file

Structs§

ResourceId

Enums§

ChunkReaderError

Traits§

ChunkReader
Trait for reading chunks of data from a source.

Functions§

get_platform_reader
Creates a new platform-specific chunk reader.