limnus-loader

Crates.iolimnus-loader
lib.rslimnus-loader
version0.0.12
sourcesrc
created_at2024-11-24 19:58:41.136151
updated_at2024-12-03 18:51:52.871882
descriptionLoads assets for limnus
homepage
repositoryhttps://github.com/swamp/limnus
max_upload_size
id1459542
size4,904
Peter Bjorklund (piot)

documentation

README

Limnus Loader 🧱

Welcome to Limnus Loader! This tiny but mighty library lets you load files as Blobs 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.

✨ Features

  • Reads files asynchronously with any AssetReader you provide.
  • Wraps the file path and content in a handy Blob.
  • Sends the Blob through a channel so other parts of your app can use it.

📦 Installation

To use limnus-loader, add it to your Cargo.toml:

[dependencies]
limnus-loader = "0.0.12"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contents credits

Commit count: 19

cargo fmt