hotman 0.1.0

Simple HTML generation with no macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.paste]
version = "1"

[package]
categories = ["template-engine", "web-programming"]
description = "Simple HTML generation with no macros"
documentation = "https://docs.rs/hotman"
edition = "2021"
keywords = ["html", "template", "ssr"]
license = "MIT"
name = "hotman"
readme = "readme.md"
repository = "https://github.com/kaikalii/hotman"
version = "0.1.0"