hairy 0.4.0

Compiled text templates (not unlike Mustache and Handlebars), with support for expressions and custom functions inside such expressions.
Documentation
[dependencies.expry]
default-features = false
version = "^0.4"
[dev-dependencies.expry_macros]
version = "^0.4"

[features]
default = ["std"]
mini = ["expry/mini"]
std = ["expry/std"]

[lib]
name = "hairy"
path = "src/lib.rs"

[package]
authors = ["Bernard van Gastel <bvgastel@bitpowder.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["template-engine", "parser-implementations"]
description = "Compiled text templates (not unlike Mustache and Handlebars), with support for expressions and custom functions inside such expressions."
edition = "2021"
homepage = "https://www.bitpowder.com/libs/indigo/"
keywords = ["mustache", "expressions", "bytecode", "interpreter"]
license = "Apache-2.0"
name = "hairy"
readme = "README.md"
repository = "https://gitlab.com/bitpowder/indigo-ng"
version = "0.4.0"