JelteF/derive_more
Some more derive(Trait) options 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
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
- readme: https://github.com/JelteF/derive_more · fetched 2026-08-28 · 7aa1a450e3c0
- registry_crates: https://crates.io/api/v1/crates/derive_more · fetched 2026-08-29 · 44576d3d6462
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JelteF/derive_more | main | 84 |
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