textus 0.1.1

A derive macro that renders an entire folder of templates into typed, compile-time-validated output.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "textus"
version.workspace = true
edition.workspace = true
license.workspace = true
readme = "../README.md"

description = "A derive macro that renders an entire folder of templates into typed, compile-time-validated output."
repository = "https://github.com/Jezza/textus"

[dependencies]
textus-derive = { workspace = true }