Registry / utility / assets-manager

assets-manager

JSON →
library0.13.9rscratesunverified

Conveniently load, cache, and reload external resources such as textures, sounds, and data files.

# Cargo.toml [dependencies] assets_manager = "0.13.9"
INSTALL
IMPORT
SIG · ASSETS-MANAGER
A
assets-manager
utilityrustv0.13.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AssetCache
use assets_manager::AssetCache;

Load and cache a text asset.

use assets_manager::AssetCache; let cache = AssetCache::new("assets").unwrap(); let handle = cache.load::<String>("hello.txt").unwrap(); println!("{}", handle.read());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
OpenAI (training)
2
Meta
1
Amazon
1
Resources
assets-manager — cargo add assets-manager · libregistry