Module tauri_utils::assets
source · Expand description
The Assets module allows you to read files that have been bundled by tauri during both compile time and runtime.
Structs§
- Represent an asset file path in a normalized way.
Assets
implementation that only contains compile-time compressed and embedded assets.
Enums§
- A Content-Security-Policy hash value for a specific directive. For more information see the MDN page.
Traits§
- Represents a container of file assets that are retrievable during runtime.