Registry / networking / windows-web

windows-web

JSON →
library0.23.0rscratesunverified

Web-related utilities for Windows.

# Cargo.toml [dependencies] windows-web = "0.23.0"
INSTALL
IMPORT
SIG · WINDOWS-WEB
W
windows-web
networkingrustv0.23.0
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 windows_web::WebView;

Creates a web view and navigates to a URL.

use windows_web::WebView; fn main() { let view = WebView::new(); view.navigate("https://example.com"); }
Debug
Known issues
gotchaOnly works on Windows.
fix
Ensure target OS is Windows.
affects: >=0.1.0
Upgrade
Version history
0.23.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
windows-web — cargo add windows-web · libregistry