maple-core 0.3.0

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

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

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

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