winio-webview2 0.2.2

WebView2 Win32 bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
//! WebView2 Win32 bindings for Rust
//!
//! This crate provides type bindings to the WebView2 API,
//! as well as a reimplementation of the WebView2Loader in pure Rust.

mod bindings;
pub use bindings::*;

mod native;
pub use native::*;