mage
===
[](https://docs.rs/mage)
Mage is an easy, intuitive and powerful template engine.
## [Document](https://docs.rs/mage)
## 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`](https://crates.io/crates/eval).
Built-in functions and operators documentation: [`eval`](https://docs.rs/eval).
## License
mage is primarily distributed under the terms of the MIT license.
See [LICENSE](LICENSE) for details.