Registry / utility / axoasset

axoasset

JSON →
library2.0.1rscratesunverified

Asset management library for loading and processing files like images, audio, and fonts.

# Cargo.toml [dependencies] axoasset = "2.0.1"
INSTALL
IMPORT
SIG · AXOASSET
A
axoasset
utilityrustv2.0.1
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.

Asset
use axoasset::Asset;

Load an asset from a file path.

use axoasset::Asset; let asset = Asset::load("path/to/file.png").unwrap(); println!("Loaded asset: {:?}", asset);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
2
Resources
axoasset — cargo add axoasset · libregistry