html-node-macro 0.1.8

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"

[lib]
proc-macro = true

[package]
authors = ["Vidhan Bhatt <me@vidhan.io>", "vldm <me@vldm.cc>"]
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.1.8"