7 releases

0.0.16 Jan 14, 2025
0.0.15 Jan 13, 2025
0.0.12 Dec 3, 2024
0.0.11 Nov 30, 2024

#1944 in Game dev

Download history 133/week @ 2024-11-23 414/week @ 2024-11-30 167/week @ 2024-12-07 41/week @ 2024-12-14 12/week @ 2024-12-21 58/week @ 2024-12-28 124/week @ 2025-01-04 490/week @ 2025-01-11 98/week @ 2025-01-18

774 downloads per month
Used in 17 crates (3 directly)

MIT license

34KB
496 lines

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.16"

License

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

Contents credits

Dependencies

~0.7–2.7MB
~50K SLoC