11 releases

Uses new Rust 2024

0.0.20 Sep 17, 2025
0.0.19 Jul 11, 2025
0.0.18 Apr 5, 2025
0.0.17 Mar 6, 2025
0.0.11 Nov 30, 2024

#1731 in Game dev

Download history 170/week @ 2025-09-18 107/week @ 2025-09-25 87/week @ 2025-10-02 41/week @ 2025-10-09 85/week @ 2025-10-16 71/week @ 2025-10-23 37/week @ 2025-10-30 31/week @ 2025-11-06 55/week @ 2025-11-13 50/week @ 2025-11-20 55/week @ 2025-11-27 38/week @ 2025-12-04 32/week @ 2025-12-11 50/week @ 2025-12-18 39/week @ 2025-12-25 39/week @ 2026-01-01

168 downloads per month
Used in 26 crates (3 directly)

MIT license

34KB
492 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.20"

License

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

Contents credits

Dependencies

~5.5–9MB
~90K SLoC