nanotemplate 0.1.0

A minimal templating engine that renders a string from the template, replacing all instances of {placeholder} with given values
Documentation
[package]
authors = ["Jakub Pastuszek <jpastuszek@protonmail.com>"]
categories = ["template-engine"]
description = "A minimal templating engine that renders a string from the template, replacing all instances of {placeholder} with given values"
documentation = "https://docs.rs/nanotemplate"
edition = "2018"
homepage = "https://sr.ht/~jpastuszek/nanotemplate/"
keywords = ["templating", "string", "cli"]
license = "MIT"
name = "nanotemplate"
readme = "README.md"
repository = "https://git.sr.ht/~jpastuszek/nanotemplate"
version = "0.1.0"