mage
Mage is an intuitive and powerful template engine.
Document
Usage
Add dependency to Cargo.toml
[]
= "^0.2"
In your main.rs or lib.rs:
extern crate mage;
Supported keywords: for if include set
Mage support expression evaluate with crate eval.
Built-in functions and operators documentation: eval.
License
mage is primarily distributed under the terms of the MIT license. See LICENSE for details.