| Crates.io | swamp-asset-reader |
| lib.rs | swamp-asset-reader |
| version | 0.0.9 |
| created_at | 2024-11-08 18:50:19.610209+00 |
| updated_at | 2024-11-08 18:50:19.610209+00 |
| description | reads assets async on multiple platforms |
| homepage | |
| repository | https://github.com/piot/swamp-render |
| max_upload_size | |
| id | 1441437 |
| size | 11,858 |
Swamp Asset 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 swamp-asset-reader to your project’s Cargo.toml:
[dependencies]
swamp-asset-reader = "0.0.9"
This project is licensed under the MIT License - see the LICENSE file for details.