A super simple "templating" engine for Rust. Mirror of https://code.optmstc.dev/kso/html-templating
Find a file
2026-03-14 23:43:53 +00:00
src Allow templating with str values 2026-03-14 23:43:53 +00:00
.gitignore Initial commit 2026-03-14 22:19:21 +00:00
Cargo.lock Allow templating with str values 2026-03-14 23:43:53 +00:00
Cargo.toml Allow templating with str values 2026-03-14 23:43:53 +00:00
LICENSE Initial commit 2026-03-14 22:19:21 +00:00
README.md Initial commit 2026-03-14 22:19:21 +00:00

html-templating

A super simple "templating" engine for Rust.