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

JelteF/derive_more

Some more derive(Trait) options observed · 2026-08-28

github.com/JelteF/derive_more · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

84/100

  • Activity 93
  • Release rhythm 62
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 19
  • age_days: 3814
  • days_rel: 254
  • days_push: 42
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

2130 stars · 152 forks observed · 2026-08-28

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

A Rust crate providing many additional #[derive(...)] macros for common standard traits like Add, From, Into, Display, and Not. It eliminates boilerplate when wrapping basic types in newtypes or custom structs and enums.

Use cases

  • derive standard traits on newtype wrappers without manual implementations
  • reduce boilerplate for operator traits like Add, Mul, Not on custom structs
  • auto-generate Display formatting for structs and enums
  • convert between tuples and custom structs via From/Into derives
  • implement FromStr, TryFrom, and iterator traits declaratively

When to choose

  • you use the newtype pattern and lose trait implementations on wrapped types
  • you want to cut down repetitive manual trait impls in Rust
  • you need Display or conversion traits generated with custom formatting

When to avoid

  • you need highly customized trait behavior beyond what derives can express
  • your project avoids proc-macro dependencies or has strict compile-time budgets
  • you only need one or two trivial impls that are faster to write by hand

Facets

library · maturity stable

boilerplate developer-tools developer-tools programming-languages rust derive-macros traits newtype-pattern proc-macros rust-crate macros

2 sources

Member repositories

RepositoryRoleHealth v2
JelteF/derive_moremain84

For agents

markdown · JSON · MCP: product_card(name="JelteF/derive_more")

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