We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Url
1 parent 883e521 commit 6e48837Copy full SHA for 6e48837
.changes/export-url.md
@@ -0,0 +1,5 @@
1
+---
2
+'tauri': 'patch:feat'
3
4
+
5
+Re-export `Url` type.
core/tauri/src/lib.rs
@@ -176,6 +176,8 @@ pub use error::Error;
176
pub use regex;
177
pub use tauri_macros::{command, generate_handler};
178
179
+pub use url::Url;
180
181
pub mod api;
182
pub(crate) mod app;
183
pub mod async_runtime;
0 commit comments