Ross ROSS = Recommend OSS · open-source software intelligence for agents

lambda-fairy/maud

:pencil: Compile-time HTML templates for Rust observed · 2026-08-28

github.com/lambda-fairy/maud · homepage · Rust · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
lambda-fairy/maudmain61

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