akari 0.1.0

Template rendering language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Akari: Template rendering language 


install by 

`cargo install akari` 

run to render a template 

`akari render_string "-[ output aaa ]-" aaa=1` 

output: `1` 

This crate is used by Starberry from 0.3.0 

[https://crates.io/crates/starberry](https://crates.io/crates/starberry)