new_string_template 1.1.0

Simple Customizable String-Templating Library for Rust.
Documentation
[dependencies.lazy_static]
version = "1"

[dependencies.regex]
version = "1"

[package]
authors = ["hasezoey <hasezoey@gmail.com>"]
categories = ["template-engine", "text-processing"]
description = "Simple Customizable String-Templating Library for Rust."
edition = "2018"
homepage = "https://github.com/hasezoey/new_string_template"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["runtime", "string", "template"]
license = "MIT"
name = "new_string_template"
readme = "README.md"
repository = "https://github.com/hasezoey/new_string_template"
version = "1.1.0"