Registry / other / tauri-runtime

tauri-runtime

JSON →
library2.11.3rscratesunverified

Runtime abstraction for Tauri applications, providing platform-specific window and event loop integration.

# Cargo.toml [dependencies] tauri-runtime = "2.11.3"
INSTALL
IMPORT
SIG · TAURI-RUNTIME
T
tauri-runtime
otherrustv2.11.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Runtime
use tauri_runtime::Runtime;

Minimal example showing the Runtime trait import

use tauri_runtime::Runtime; fn main() { // Runtime is typically used internally by Tauri println!("Tauri Runtime trait available"); }
Debug
Known issues
gotchaRequires Tauri's build system and platform-specific dependencies
fix
Use the `tauri` crate directly for most applications; this crate is for custom runtimes
affects: >=2.0.0
Upgrade
Version history
2.11.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
tauri-runtime — cargo add tauri-runtime · libregistry