lambda-fairy/maud
:pencil: Compile-time HTML templates for Rust observed · 2026-08-28
Health v2 · maintenance only
61/100
- Activity 84
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4277
- days_rel: 577
- days_push: 100
- n_releases_24m: 1
Adoption not part of the score
2624 stars · 175 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Maud is a compile-time HTML template engine for Rust, implemented as a procedural macro (html!) that generates specialized Rust code. Templates are type-checked by the compiler, fast at runtime, and require no separate template files.
Use cases
- generate html from rust code
- type-safe html templating in rust
- server-side rendering for actix or rocket
- avoid separate template files in a rust web app
- fast html generation with minimal runtime overhead
When to choose
- you want compile-time-checked templates with no runtime template parsing
- you prefer writing markup in Rust syntax with full access to Rust control flow
- you want simple deployment with templates linked into the binary
When to avoid
- you need designer-editable template files or a designer-friendly syntax like Jinja or Handlebars
- you need context-aware escaping out of the box
- your team prefers hot-reloadable templates without recompilation
Facets
library · maturity active
templating web-framework web-development frontend rust html-templates proc-macro compile-time type-safe actix rocket
5 sources
- readme: https://github.com/lambda-fairy/maud · fetched 2026-08-28 · 0fce961636f0
- homepage: https://maud.lambda.xyz · fetched 2026-08-29 · ce150baab560
- site_page: https://maud.lambda.xyz/getting-started.html · fetched 2026-08-29 · 9d821d953678
- registry_crates: https://crates.io/api/v1/crates/maud · fetched 2026-08-29 · 61a7187dc290
- site_page: https://maud.lambda.xyz/faq.html · fetched 2026-08-29 · 3f682b2419d5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lambda-fairy/maud | main | 61 |
For agents
markdown · JSON · MCP: product_card(name="lambda-fairy/maud")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem