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

TedDriggs/darling

A Rust proc-macro attribute parser observed · 2026-08-28

github.com/TedDriggs/darling · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 98
  • Release rhythm 98
  • 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: 22.0
  • age_days: 3410
  • days_rel: 13
  • days_push: 13
  • n_releases_24m: 9

Full methodology

Adoption not part of the score

1265 stars · 95 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Darling is a Rust proc-macro helper library that lets macro authors declaratively parse attribute arguments into structs, inspired by serde's derive API. It provides traits like FromMeta and FromDeriveInput with built-in validation and helpful error messages.

Use cases

  • parse proc-macro attributes into structs in rust
  • build custom derive macros with configurable options
  • get good error messages for macro attribute mistakes
  • extract meta items from derive input
  • implement FromMeta trait for attribute parsing

When to choose

  • you're writing a Rust proc-macro or custom derive and need attribute parsing
  • you want serde-like declarative parsing of macro options
  • you need automatic validation and 'did you mean' suggestions for misspelled attributes

When to avoid

  • you need a general-purpose argument parser for CLIs
  • your macro doesn't take attributes or options
  • you're not writing Rust proc-macros

Facets

library · maturity active

parser serialization developer-tools developer-tools parsers programming-languages rust cross-platform proc-macro derive-macros attribute-parsing syn serde-inspired

2 sources

Member repositories

RepositoryRoleHealth v2
TedDriggs/darlingmain98

For agents

markdown · JSON · MCP: product_card(name="TedDriggs/darling")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem