html-node-macro 0.4.1

A html to node macro powered by rstml.
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.proc-macro2-diagnostics]
default-features = false
version = "0.10"

[dependencies.quote]
version = "1"

[dependencies.rstml]
default-features = false
version = "0.11"

[dependencies.syn]
version = "2"

[dependencies.syn_derive]
optional = true
version = "0.1"

[features]
typed = ["dep:syn_derive"]

[lib]
proc-macro = true

[package]
authors = ["Vidhan Bhatt <me@vidhan.io>"]
categories = ["template-engine"]
description = "A html to node macro powered by rstml."
edition = "2021"
homepage = "https://github.com/vidhanio/html-node"
keywords = ["html", "macro", "rstml"]
license = "MIT"
name = "html-node-macro"
readme = "README.md"
repository = "https://github.com/vidhanio/html-node"
version = "0.4.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]