Registry / utility / web-view

web-view

JSON →
library0.7.3rscratesunverified

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications.

# Cargo.toml [dependencies] web-view = "0.7.3"
INSTALL
IMPORT
SIG · WEB-VIEW
W
web-view
utilityrustv0.7.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.

WebView
✓ use web_view::WebView;

Creates and runs a simple webview window.

use web_view::WebView; fn main() { let webview = WebView::new("Hello", Some(|| {}), |_, _| {}, None, None).unwrap(); webview.run().unwrap(); }
Debug
Known issues
gotchaRequires platform-specific dependencies (WebKit on Linux, WebView2 on Windows).
fix
Install required system libraries for your platform.
affects: >=0.7.0
Upgrade
Version history
0.7.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
13
Resources
web-view — cargo add web-view · libregistry