js-utils 0.1.1

Useful utilities to make development of browser-targeted Rust applications slightly less painful.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# js-utils
Useful utilities to make development of browser-targeted Rust applications slightly less painful.

https://crates.io/crates/js-utils

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/O5O31JYZ4)

## development

Use `test.sh` script to run tests.

## see also
[wasm-bindgen](https://github.com/rustwasm/wasm-bindgen)

[web-sys](https://rustwasm.github.io/wasm-bindgen/web-sys/index.html)

[js_sys](https://docs.rs/js-sys/latest/js_sys/)