Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 641 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 641 Bytes

crates.io Documentation MIT

web-butter

A simple no-cost wrapper for the web_sys crate to get auto-completes from IDE.

Docs

Install

Add this to your Cargo.toml file:

[dependencies]
web-butter = "1.0.0"

Example

use web_butter;

fn main() {
  println!("{}", web_butter::add(2, 3));
}

Contributing

Your PRs and suggestions are always welcome.