Crates.io | limnus-loader |
lib.rs | limnus-loader |
version | 0.0.12 |
source | src |
created_at | 2024-11-24 19:58:41.136151 |
updated_at | 2024-12-03 18:51:52.871882 |
description | Loads assets for limnus |
homepage | |
repository | https://github.com/swamp/limnus |
max_upload_size | |
id | 1459542 |
size | 4,904 |
Welcome to Limnus Loader! This tiny but mighty library lets you load files as Blob
s and send them wherever they're
needed, all in async style! Just think of it as a special delivery service for your asset files,
from storage to wherever you need them in your app.
AssetReader
you provide.Blob
.Blob
through a channel so other parts of your app can use it.To use limnus-loader
, add it to your Cargo.toml
:
[dependencies]
limnus-loader = "0.0.12"
This project is licensed under the MIT License - see the LICENSE file for details.