A simple no-cost wrapper for the web_sys crate to get auto-completes from IDE.
Add this to your Cargo.toml
file:
[dependencies]
web-butter = "1.0.0"
use web_butter;
fn main() {
println!("{}", web_butter::add(2, 3));
}
Your PRs and suggestions are always welcome.