webui-rs
webui-rs provides unofficial, lightweight Rust bindings for WebUI, allowing you to use any web browser or WebView as a GUI for your Rust applications.
[!NOTE]
This is an unofficial implementation. If you are looking for the official crate, please visit rust-webui.
Quick Start
Example
use *;
Why this crate?
While official bindings exist, webui-rs focuses on:
- Idiomatic Rust: A more natural API for Rust developers.
- Simplicity: Minimal abstraction layers over the C library.
License
This project is licensed under the MIT License.