maple-core 0.4.3

A VDOM-less web library with fine grained reactivity
Documentation
[[bench]]
harness = false
name = "reactivity"
[dependencies.maple-core-macro]
version = "0.4.3"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
features = ["console", "Comment", "Document", "DocumentFragment", "Element", "Event", "HtmlElement", "Node", "Text", "Window"]
version = "0.3"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[package]
authors = ["Luke Chu <37006668+lukechu10@users.noreply.github.com>"]
categories = ["gui", "wasm", "web-programming"]
description = "A VDOM-less web library with fine grained reactivity"
edition = "2018"
homepage = "https://github.com/lukechu10/maple"
keywords = ["wasm", "gui", "reactive"]
license = "MIT"
name = "maple-core"
readme = "../README.md"
repository = "https://github.com/lukechu10/maple"
version = "0.4.3"