# sunng87/handlebars-rust

Rust templating with Handlebars

Repository: https://github.com/sunng87/handlebars-rust
Canonical: https://ross.abutalabs.com/products/handlebars-rust
Language: Rust
License: MIT
License Family: permissive
Topics: rust, handlebars-js, template-engine, handlebars
Last push: 2026-08-12T04:04:16+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 85, longevity 100
- inputs: {"age_days": 4273, "days_push": 21, "days_rel": 21, "gap_med": 53, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1482, forks 155 (observed 2026-08-28T04:04:51.076642+00:00)

## What it is
A Rust implementation of the Handlebars templating language, published as the `handlebars` crate. It supports template registration, rendering, partials, decorators, and custom helpers including Rhai scripting.

## Use cases
- render handlebars templates in rust
- generate html emails from templates
- template-based code generation
- render config files from data
- use handlebars syntax in a rust web app

## When to choose
- you need Handlebars-compatible templating in Rust
- you want partials, helpers, and template inheritance
- you need serde_-based data rendering

## When to avoid
- you need client-side browser templating
- you prefer a different template syntax like Tera or Askama

## Facets
- artifact type: library
- maturity: stable
- function: templating
- domain: web-development, developer-tools
- platform: rust
- tags: handlebars, template-engine, rust-library

## Member repositories
- sunng87/handlebars-rust (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:51.076642+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:09.072407+00:00, confidence not recorded.
  - readme: https://github.com/sunng87/handlebars-rust (fetched 2026-08-28T04:04:51.076642+00:00, sha 82c5a2ff3742)
- Data as of 2026-08-30T08:39:29.467469+00:00.
