mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 11:22:04 +00:00
feat: re-export url::form_urlencoded
This commit is contained in:
parent
540c5b4e59
commit
285c79ca77
5
.changes/feat-re-export-from-url.md
Normal file
5
.changes/feat-re-export-from-url.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri": feat:minor
|
||||
---
|
||||
|
||||
Re-export `url::form_urlencoded`
|
||||
@ -79,7 +79,7 @@ pub use tauri_macros::mobile_entry_point;
|
||||
pub use tauri_macros::{command, generate_handler};
|
||||
|
||||
use tauri_utils::assets::AssetsIter;
|
||||
pub use url::Url;
|
||||
pub use url::{form_urlencoded, Url};
|
||||
|
||||
pub(crate) mod app;
|
||||
pub mod async_runtime;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user