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

[dependencies]