mage

docs

Mage is an easy, intuitive and powerful template engine.

Document

Usage

Add dependency to Cargo.toml

toml [dependencies] mage = "^0.1"

In your main.rs or lib.rs:

rust 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.