stemplate 0.1.8

Simple/fast templating in Rust with no dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Chris Dipple <chris@intelligent-net.co.uk>"]
categories = ["template-engine"]
description = "Simple/fast templating in Rust with no dependencies"
edition = "2021"
homepage = "https://github.com/intelligentnet/stemplate"
keywords = ["template", "templating"]
license = "MIT OR Apache-2.0"
name = "stemplate"
readme = "README.md"
repository = "https://github.com/intelligentnet/stemplate"
version = "0.1.8"