5 releases

Uses new Rust 2024

new 0.2.0-rc1 Mar 28, 2025
0.1.3 Mar 25, 2025
0.1.2 Mar 21, 2025
0.1.1 Mar 17, 2025
0.1.0 Mar 13, 2025

#422 in HTTP server

Download history 233/week @ 2025-03-13 235/week @ 2025-03-20

468 downloads per month
Used in 2 crates

GPL-3.0-or-later

125KB
2.5K SLoC

Akari: Fast, Easy template language with builtin Json support

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.3: Important Bug Fix: Now template will not causing rendering empty HTML

0.1.2: Changed object! macro, enable nesting objects

0.1.1: Enable [] operation and . operation

0.1.0: Initial Commit

No runtime deps