#limnus

limnus-loader

Loads assets for limnus

8 releases

0.0.17 Mar 6, 2025
0.0.16 Jan 14, 2025
0.0.12 Dec 3, 2024
0.0.11 Nov 30, 2024

#2718 in Game dev

Download history 128/week @ 2024-12-06 83/week @ 2024-12-13 16/week @ 2024-12-20 61/week @ 2024-12-27 9/week @ 2025-01-03 587/week @ 2025-01-10 122/week @ 2025-01-17 14/week @ 2025-01-24 14/week @ 2025-01-31 13/week @ 2025-02-07 21/week @ 2025-02-14 49/week @ 2025-02-21 182/week @ 2025-02-28 137/week @ 2025-03-07 35/week @ 2025-03-14 21/week @ 2025-03-21

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

MIT license

34KB
491 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.17"

License

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

Contents credits

Dependencies

~0.8–2.7MB
~51K SLoC