Crate goods_treasury[][src]

Expand description

Goods helps keeping asset importing code away from app and address assets with uuids instead of error-prone file paths and URLs.

Importers can be loaded from dylib crates. See [dummy] crate for example

TODO: Ability to archive selected assets

goods-cli - CLI tool can be used to create goods instances, register assets and checks loading-importing process.

Modules

This library provides eyre::Report, a trait object based error handling type for easy idiomatic error handling and reporting in Rust applications.

Structs

Storage for goods.

Enums

Traits

Object to register sub-assets when importing super-asset.