akari 0.1.1

Template rendering language
Documentation

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 since 0.3.0

https://crates.io/crates/starberry

Examples

(Examples will be created soon)

Update log

0.1.1: Enable [] operation and . operation

0.1.0: Initial Commit