dtolnay/inventory
Typed distributed plugin registration observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 99
- Release rhythm 77
- 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: 26.5
- age_days: 2809
- days_rel: 156
- days_push: 11
- n_releases_24m: 9
Adoption not part of the score
1338 stars · 58 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Rust crate providing typed distributed plugin registration, allowing plugins to be registered into a registry from any source file linked into an application without a central list. It uses macros like collect! and submit! to gather statically registered values at link time.
Use cases
- register command line flags from any source file without a central list
- build a plugin registry that downstream crates can contribute to
- avoid merge conflicts in large-scale codebases with distributed registration
- iterate over all statically registered plugin instances at runtime
- collect implementations or extensions across multiple crates
When to choose
- you need distributed registration of typed values across crates in Rust
- you want to avoid maintaining a central list of plugins or flags
- you are building extensible frameworks or CLI flag systems in Rust
When to avoid
- you need runtime dynamic plugin loading from shared libraries
- your project is not written in Rust
- you need plugins registered conditionally at runtime rather than statically
Facets
library · maturity stable
plugin-system serialization developer-tools programming-languages rust cross-platform distributed-registration static-initialization rust-crate linkage automation
2 sources
- readme: https://github.com/dtolnay/inventory · fetched 2026-08-28 · 74e3404b3da5
- registry_crates: https://crates.io/api/v1/crates/inventory · fetched 2026-08-29 · ef6775d48377
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dtolnay/inventory | main | 92 |
For agents
markdown · JSON · MCP: product_card(name="dtolnay/inventory")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem