text-template 0.1.0

Small template engine for use with plain text (e.g. creating text email), not intended for HTML.
Documentation
[package]
name = "text-template"
version = "0.1.0"
authors = ["Bernd Boeckmann <bernd-rust@boeckmann.io>"]
description = "Small template engine for use with plain text (e.g. creating text email), not intended for HTML."
license = "MIT-0"

repository = "https://gitlab.com/boeckmann/text-template/tree/master/"

categories = ["text-processing"]
keywords = ["plain","text","template"]

[dependencies]