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).