mage

Crates.iomage
lib.rsmage
version0.2.0
sourcesrc
created_at2016-11-21 01:28:44.754581
updated_at2017-02-13 00:34:53.044239
descriptionAn intuitive and powerful template engine.
homepagehttps://github.com/fengcen/mage
repositoryhttps://github.com/fengcen/mage.git
max_upload_size
id7321
size48,505
fvm-crate-owners (github:filecoin-project:fvm-crate-owners)

documentation

https://docs.rs/mage

README

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.

Commit count: 0

cargo fmt