1 unstable release

0.0.10 Nov 14, 2024

#2581 in Game dev

Download history 136/week @ 2024-11-13 36/week @ 2024-11-20 25/week @ 2024-11-27 31/week @ 2024-12-04 15/week @ 2024-12-11 1/week @ 2024-12-18

52 downloads per month
Used in 6 crates (4 directly)

MIT license

11KB
122 lines

Swamp Loader 🐊

Welcome to Swamp 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 swamp-loader, add it to your Cargo.toml:

[dependencies]
swamp-loader = "0.0.10"

License

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

Contents credits

Dependencies

~0.7–9MB
~82K SLoC