rooting 0.1.4

Associate data with HTML elements in WASM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.gloo-events]
version = "0.1.2"

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

[dependencies.web-sys]
features = ["Element", "Document", "Window", "Node", "HtmlCollection", "DomTokenList", "HtmlElement"]
version = "0.3.64"

[package]
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.4"