custom-elements 0.2.1

A CustomElement trait to create Rust/WASM Web Components/Custom Elements easily without writing any JavaScript.
Documentation
[dependencies.js-sys]
version = "0.3"

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

[dependencies.web-sys]
features = ["Document", "Element", "HtmlElement", "Node", "ShadowRoot", "ShadowRootInit", "ShadowRootMode", "Window"]
version = "0.3"

[package]
authors = ["Greg Johnston <greg.johnston@gmail.com>"]
description = "A CustomElement trait to create Rust/WASM Web Components/Custom Elements easily without writing any JavaScript."
edition = "2018"
homepage = "https://github.com/gbj/custom-elements"
license = "Apache-2.0/MIT"
name = "custom-elements"
readme = "./README.md"
repository = "https://github.com/gbj/custom-elements"
version = "0.2.1"