Module tauri_utils::assets [−][src]
The Assets module allows you to read files that have been bundled by tauri Assets handled by Tauri during compile time and runtime.
Re-exports
pub use phf; |
Structs
AssetKey | Represent an asset file path in a normalized way. |
EmbeddedAssets |
|
Traits
Assets | Represents a container of file assets that are retrievable during runtime. |