mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
faa259bacf
* refactor(core): change `Assets::iter` item to use `Cow` make the iterator more flexible to support Assets implementations that do not rely on static assets * fix test? * lint * lint * clippy again
230 B
230 B
tauri-utils | tauri |
---|---|
patch:breaking | patch:breaking |
The Assets::iter
function now must return a iterator with Item = (Cow<'_, str>, Cow<'_, [u8]>)
to be more flexible on contexts where the assets are not 'static
.