Skip to main content

Module assets

Module assets 

Source

Functionsยง

asset
Load a text asset from the embedded dist directory. Panics if missing.
asset_bytes
Load raw bytes from the embedded dist directory. Returns None if missing.
load_manifest
Load and parse the asset manifest from embedded assets.
serve_asset
Axum handler: serve a static asset with content negotiation (brotli, gzip).