Re-exports§
pub use uuid;
Modules§
Structs§
- Artifact
Id - 64-bit hash of the inputs that would produce a given asset artifact
- Artifact
Metadata - Serializable metadata for an artifact. Stored in .meta files and metadata DB.
- Asset
Metadata - Serializable metadata for an asset. Stored in .meta files and metadata DB.
- Asset
Type Id - UUID of an asset’s Rust type. Produced by
TypeUuidDynamic::uuid. - Asset
Uuid - A universally unique identifier for an asset.
An asset can be a value of any Rust type that implements
TypeUuidDynamic+ [serde::Serialize] + Send.
Enums§
- Asset
Ref - A potentially unresolved reference to an asset
- Compression
Type
Traits§
- Type
Uuid Dynamic - Provides a unique 16-byte ID for a value’s type.