# JS-BRIDGE  
[](https://github.com/rust-china/js-bridge/actions)
[![Latest Version]][crates.io]

[Latest Version]: https://img.shields.io/crates/v/js-bridge.svg
[crates.io]: https://crates.io/crates/js-bridge
### Install
```rust
// Cargo.toml
js-bridge = { version = "0.0.1" }
```
---
usage: [examples](https://github.com/wuyuedefeng/js-bridge/tree/main/examples)