Crates.io | chunk-reader |
lib.rs | chunk-reader |
version | 0.0.1 |
source | src |
created_at | 2024-11-13 14:59:14.918254 |
updated_at | 2024-11-13 14:59:14.918254 |
description | reads octets async on multiple platforms |
homepage | |
repository | https://github.com/piot/chunk-reader |
max_upload_size | |
id | 1446629 |
size | 15,701 |
Chunk Reader is a Rust crate designed to facilitate asynchronous asset loading across different platforms. It provides a unified interface to fetch assets either from the local file system or over HTTP in WebAssembly (WASM) environments. Additionally, it includes a debug module to simulate asset loading delays, aiding in testing and development.
Add chunk-reader to your project’s Cargo.toml:
[dependencies]
chunk-reader = "0.0.1"
This project is licensed under the MIT License - see the LICENSE file for details.