write-html-macro 0.1.0

A macro for writing HTML in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[dev-dependencies]

[lib]
proc-macro = true

[package]
description = "A macro for writing HTML in Rust"
documentation = "https://docs.rs/write-html-macro"
edition = "2021"
homepage = "https://github.com/OpenPhysicsNotes/write-html"
license = "MIT"
name = "write-html-macro"
readme = "README.md"
repository = "https://github.com/OpenPhysicsNotes/write-html"
resolver = "1"
version = "0.1.0"