fhtml-macros 0.3.0

Formatting macros tailored for HTML
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "2"

[lib]
name = "fhtml_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Jonah Lund <jonahlund@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["template-engine", "value-formatting", "web-programming"]
description = "Formatting macros tailored for HTML"
edition = "2021"
homepage = "https://github.com/JonahLund/fhtml"
keywords = ["html", "macro", "template", "formatting"]
license = "MIT"
name = "fhtml-macros"
readme = "README.md"
repository = "https://github.com/JonahLund/fhtml"
version = "0.3.0"