Decision Workspace
sutegi-template vs zeno-blade vs tera
Side-by-side comparison of Rust crates
47
sutegi-template
experimentalv0.5.1
A small Blade-style template engine for sutegi: {{ escaped }} / {!! raw !!} interpolation, @if/@else, @foreach with loop metadata, @include partials — compiled once, rendered over JSON contexts. Zero third-party dependencies.
47
zeno-blade
experimentalv0.1.0
Laravel Blade-compatible template engine for Rust — hot reload, HTML components, @extends, @forelse, @csrf, @class, and more
72
tera
stablev2.0.0
A template engine for Rust based on Jinja2/Django
Core Metrics
| sutegi-template | zeno-blade | tera | |
|---|---|---|---|
| Health Score | 47 | 47 | 72 |
| Total Downloads | 34 | 30 | 33.6M |
| 30d Downloads | 0 | 0 | 1.0M |
| Dependents | 2 | 1 | 11.7K |
| Releases | 1 | 1 | 123 |
| Last Updated | 11d ago | 35d ago | 17d ago |
| Age | 11d | 1m | 10y 3m |
Health Breakdown
sutegi-template
Maintenance
12
Quality
14
Community
7
Popularity
2
Documentation
12
zeno-blade
Maintenance
11
Quality
14
Community
7
Popularity
2
Documentation
13
tera
Maintenance
18
Quality
19
Community
14
Popularity
8
Documentation
13
Technical Details
| sutegi-template | zeno-blade | tera | |
|---|---|---|---|
| Version | 0.5.1 | 0.1.0 | 2.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | Apache-2.0 | MIT |
| Dependencies | 1 | 1 | 12 |
| Crate Size | 7KB | 17KB | 171KB |
| Features | 0 | 0 | 8 |
| Yanked % | 0.0% | 0.0% | 4.9% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | 1.75 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •tera leads with a health score of 72/100, but none of the options score above 80.
- •tera is depended on by 11.7K crates — strongest ecosystem trust.
- •sutegi-template, zeno-blade are pre-1.0 — API may change.