mage 0.1.0

An elegant and powerful template engine.
Documentation

mage

docs

Mage is an easy, intuitive and powerful template engine.

Document

Usage

Add dependency to Cargo.toml

[dependencies]
mage = "^0.1"

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.