mage 0.2.0

An intuitive and powerful template engine.
Documentation

mage

Project Status: Active - The project has reached a stable, usable state and is being actively developed. docs

Mage is an intuitive and powerful template engine.

Document

Usage

Add dependency to Cargo.toml

[dependencies]
mage = "^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.