Expand description
Axonyx UI asset crate.
This crate is the Cargo-side package for the same Foundry contract that is
published to npm as @axonyx/ui. Build tools can depend on this crate to
copy CSS, JavaScript helpers, and Axonyx-native .ax components without
shelling out to npm or cloning the UI repository.
Structs§
- Asset
- An embedded Axonyx UI source asset.
Constants§
Functions§
- all_
assets - Iterates through every embedded asset in a stable package order.
- asset
- Finds an embedded asset by package-relative path.
- css_
assets - Returns all Foundry CSS assets.
- foundry_
assets - Returns Axonyx-native Foundry component assets.
- js_
assets - Returns optional JavaScript helpers used by interactive Foundry primitives.