react-sys 1.0.0-alpha.10

React bindings for rust
Documentation
[dependencies.js-sys]
version = "0.3"

[dependencies.wasm-bindgen]
version = "~0.2.63"

[dependencies.web-sys]
features = ["Window", "Document", "Element"]
version = "0.3"
[dev-dependencies.wasm-bindgen-test]
version = "0.3.13"

[features]
import-react = []

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Equal Ma <equalma@outlook.com>"]
categories = ["wasm", "api-bindings", "gui"]
description = "React bindings for rust"
edition = "2018"
homepage = "https://github.com/frender-rs/react-sys"
keywords = ["react", "wasm", "web", "ui", "js"]
license = "MIT"
name = "react-sys"
repository = "https://github.com/frender-rs/react-sys"
version = "1.0.0-alpha.10"
[profile.release]
opt-level = "s"