defy 0.1.0

Replacement for the yew::html! macro with more Rust-idiomatic, editor-friendly syntax.
Documentation
[dependencies.proc-macro2]
version = "1.0.51"

[dependencies.quote]
version = "1.0.23"

[dependencies.syn]
features = ["full"]
version = "1.0.109"
[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1.25.0"

[dev-dependencies.yew]
features = ["ssr"]
version = "0.20.0"

[lib]
proc-macro = true

[package]
authors = ["SOFe <sofe2038@gmail.com>"]
categories = ["value-formatting", "wasm", "web-programming"]
description = "Replacement for the yew::html! macro with more Rust-idiomatic, editor-friendly syntax."
edition = "2021"
license = "Apache-2.0"
name = "defy"
readme = "README.md"
repository = "https://github.com/SOF3/defy"
version = "0.1.0"