https://github.com/zduny/js-utils
Utilities for browser Rust applications.
https://github.com/zduny/js-utils
browser javascript js rust web
Last synced: 6 months ago
JSON representation
Utilities for browser Rust applications.
- Host: GitHub
- URL: https://github.com/zduny/js-utils
- Owner: zduny
- License: apache-2.0
- Created: 2022-04-22T10:54:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T10:43:28.000Z (8 months ago)
- Last Synced: 2024-11-30T20:23:12.249Z (6 months ago)
- Topics: browser, javascript, js, rust, web
- Language: Rust
- Homepage: https://docs.rs/js-utils/
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# js-utils
[](https://github.com/zduny/js-utils/actions)
[](https://crates.io/crates/js-utils)
[](https://docs.rs/js-utils)Useful utilities to make development of browser-targeted Rust applications slightly less painful.
https://crates.io/crates/js-utils
[](https://ko-fi.com/O5O31JYZ4)
## example
See [rust-webapp-template](https://github.com/zduny/rust-webapp-template).
## 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/)