templating 0.1.0

Simple HTML templating for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "templating"
version = "0.1.0"
edition = "2024"
description = "Simple HTML templating for Rust."
license-file = "LICENSE"
repository = "https://github.com/Surjuu/templating"
readme = "README.md"

[dependencies]

[lib]
proc-macro = true