html_compile 0.2.0

A template engine for generating HTML strings within Rust for use with static websites
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
description = "A template engine for generating HTML strings within Rust for use with static websites"
documentation = "https://docs.rs/html_compile"
edition = "2021"
homepage = "https://github.com/apburnie/html_compile"
license = "MIT"
name = "html_compile"
readme = "README.md"
repository = "https://github.com/apburnie/html_compile"
version = "0.2.0"