Yet Another Simple template engine
Inspired by *nix shell and Java version from some years ago and some code influenced by other Rust templating engines.
Features:
- Default delimiters "${" and "}". Can be overridden to anything.
- Default values with :- syntax.
- Nesting of variables allowed (to 8 levels).
- Can use environment variables.
- Value lookup order: supplied HasHMap, Environment, Default (if supplied).
- Plays nicely with serde HashMaps.
- Zero dependencies.
- Fast.
Please read the API documentation https://docs.rs/stemplate/