html_preprocessor 0.0.1

A simple HTML preprocessor that supports file inclusion and template substitution.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[lib]
crate-type = ["lib"]
path = "src/lib.rs"

[package]
authors = ["Jordon Brooks <jordon@jordongamedev.co.uk>"]
categories = ["web-programming", "template-engine"]
description = "A simple HTML preprocessor that supports file inclusion and template substitution."
edition = "2021"
keywords = ["html", "preprocessor", "template"]
license = "MIT"
name = "html_preprocessor"
readme = "README.md"
version = "0.0.1"