Docs.rs
tauri-2.5.1
tauri 2.5.1
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tauri-bot
Dependencies
anyhow ^1
normal
data-url ^0.3
normal
optional
dirs ^6
normal
dunce ^1
normal
futures-util ^0.3
normal
getrandom ^0.2
normal
glob ^0.3
normal
heck ^0.5
normal
http ^1
normal
http-range ^0.1
normal
optional
image ^0.25
normal
optional
log ^0.4.21
normal
mime ^0.3
normal
percent-encoding ^2
normal
raw-window-handle ^0.6
normal
serde ^1
normal
serde_json ^1
normal
serde_repr ^0.1
normal
serialize-to-javascript =0.1.1
normal
specta ^2.0.0-rc.16
normal
optional
tauri-macros ^2.2.0
normal
tauri-runtime ^2.6.0
normal
tauri-runtime-wry ^2.6.0
normal
optional
tauri-utils ^2.4.0
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
optional
url ^2
normal
urlpattern ^0.3
normal
uuid ^1
normal
optional
cargo_toml ^0.22
dev
http-range ^0.1.5
dev
proptest ^1.6.0
dev
quickcheck ^1.0.3
dev
quickcheck_macros ^1.0.0
dev
serde ^1
dev
serde_json ^1
dev
tokio ^1
dev
glob ^0.3
build
heck ^0.5
build
tauri-build ^2.2.0
build
tauri-utils ^2.4.0
build
libc ^0.2
normal
objc2-ui-kit ^0.3.0
normal
swift-rs ^1
normal
bytes ^1
normal
reqwest ^0.12
normal
gtk ^0.18
normal
webkit2gtk =2.0.1
normal
optional
muda ^0.16
normal
tray-icon ^0.20
normal
optional
jni ^0.21
normal
embed_plist ^1.2
normal
objc2-app-kit ^0.3
normal
objc2-foundation ^0.3
normal
plist ^1
normal
window-vibrancy ^0.6
normal
objc2-web-kit ^0.3
dev
objc2 ^0.6
normal
webview2-com ^0.37
normal
optional
window-vibrancy ^0.6
normal
windows ^0.61
normal
Versions
100%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-apple-ios
x86_64-linux-android
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tauri
2.5.1
In tauri::
async_
runtime
tauri
::
async_runtime
Function
block_on
Copy item path
Source
pub fn block_on<F:
Future
>(task: F) -> F::
Output
Expand description
Runs a future to completion on runtime.