rtml 0.11.0

(r)ust macros for h(tml) expansion => rtml. (r)ust type safe (css) => rcss.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rtml"
version = "0.11.0"
edition = "2021"
license-file = "../LICENSE"
description = "(r)ust macros for h(tml) expansion => rtml.\n (r)ust type safe (css) => rcss."
documentation = "https://docs.rs/rtml"
repository = "https://github.com/coffeebe4code/rtml.git"
readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
paste = "1.0.11"