Registry / other / webkit2gtk

webkit2gtk

JSON →
library2.0.2rscratesunverified

Rust bindings for the webkit-gtk library.

# Cargo.toml [dependencies] webkit2gtk = "2.0.2"
INSTALL
IMPORT
SIG · WEBKIT2GTK
W
webkit2gtk
otherrustv2.0.2
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 webkit2gtk::WebView;

Creates a WebView and loads a URL.

use webkit2gtk::WebView; fn main() { let webview = WebView::new(); webview.load_uri("https://example.com"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
webkit2gtk — cargo add webkit2gtk · libregistry