rooting 0.1.9

Associate data with HTML elements in WASM
Documentation
[dependencies.futures]
optional = true
version = "0.3"

[dependencies.gloo-events]
version = "0.1"

[dependencies.gloo-utils]
version = "0.1"

[dependencies.js-sys]
version = "0.3"

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

[dependencies.wasm-bindgen-futures]
optional = true
version = "0.4"

[dependencies.web-sys]
features = ["Element", "Document", "Window", "Node", "HtmlCollection", "DomTokenList", "HtmlElement", "ResizeObserver", "ResizeObserverEntry", "ResizeObserverSize", "ResizeObserverOptions", "ResizeObserverBoxOptions"]
version = "0.3"

[features]
futures = ["dep:futures", "dep:wasm-bindgen-futures"]

[lib]
name = "rooting"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Associate data with HTML elements in WASM"
edition = "2021"
license = "ISC"
name = "rooting"
readme = "readme.md"
repository = "https://github.com/andrewbaxter/rooting"
version = "0.1.9"