{"adoption": {"forks": 79, "observed_at": "2026-08-28T04:03:28.088042+00:00", "stars": 1071}, "canonical_url": "https://ross.abutalabs.com/products/linktime", "card": {"archived": false, "artifact_type": "library", "description": "Link-time initialization, destruction, scattered data collection macros for Rust", "domain": ["developer-tools", "programming-languages"], "enriched": true, "function": ["developer-tools", "plugin-system", "concurrency"], "health_score": 99, "homepage": null, "language": "Rust", "license": "Apache-2.0", "license_family": "permissive", "maturity": "active", "member_repos": ["mmastrac/linktime"], "name": "mmastrac/linktime", "platform": ["rust", "cross-platform", "windows"], "pushed_at": "2026-08-14T14:31:44+00:00", "repo": "mmastrac/linktime", "stars": 1071, "tags": ["macros", "ctor", "dtor", "link-section", "linker", "dylib", "rust-crate", "procedural-macros", "automation", "linux", "macos"], "topics": ["rust", "macros", "constructor", "dylib", "ctor", "dtor", "link-section", "linktime"], "urls": [], "use_cases": ["run initialization code before main in rust", "register plugins or handlers at link time", "collect scattered items into a single section across a binary", "run cleanup code after main exits", "build a registry of items without explicit registration calls"], "what_it_is": "A set of Rust crates providing link-time initialization, destruction, and scattered data collection macros (ctor, dtor, link-section, scattered-collect). It lets Rust code run before/after main and collect items across a linked binary via linker-managed sections.", "when_to_avoid": ["you only need simple lazy initialization with std::sync::Once or LazyLock", "you want portable code without platform-specific linker tricks", "you need initialization ordering guarantees across arbitrary crates"], "when_to_choose": ["you need C-style constructor/destructor semantics in Rust", "you want linker-managed registries or typed sections across crates", "you need code to run before main for setup or side effects"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/linktime", "repo": "mmastrac/linktime", "role": "main", "score": 98}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:03:28.088042+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T06:53:51.276189+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1f82940907daf36c939c789c873c97eac2247152fcd4ad9a462c9d9b52ee385a", "fetched_at": "2026-08-28T04:03:28.088042+00:00", "kind": "readme", "missing": false, "url": "https://github.com/mmastrac/linktime"}, {"content_hash": "8a446c8cb3f9536a8e120f496280783d00e0504530d164fe09577aae1bfd84ea", "fetched_at": "2026-08-29T12:55:55.867623+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/linktime"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:03:28.088042+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T06:53:51.276189+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1f82940907daf36c939c789c873c97eac2247152fcd4ad9a462c9d9b52ee385a", "fetched_at": "2026-08-28T04:03:28.088042+00:00", "kind": "readme", "missing": false, "url": "https://github.com/mmastrac/linktime"}, {"content_hash": "8a446c8cb3f9536a8e120f496280783d00e0504530d164fe09577aae1bfd84ea", "fetched_at": "2026-08-29T12:55:55.867623+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/linktime"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T06:53:51.276189+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1f82940907daf36c939c789c873c97eac2247152fcd4ad9a462c9d9b52ee385a", "fetched_at": "2026-08-28T04:03:28.088042+00:00", "kind": "readme", "missing": false, "url": "https://github.com/mmastrac/linktime"}, {"content_hash": "8a446c8cb3f9536a8e120f496280783d00e0504530d164fe09577aae1bfd84ea", "fetched_at": "2026-08-29T12:55:55.867623+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/linktime"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:03:28.088042+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:03:28.088042+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:03:28.088042+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T06:53:51.276189+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1f82940907daf36c939c789c873c97eac2247152fcd4ad9a462c9d9b52ee385a", "fetched_at": "2026-08-28T04:03:28.088042+00:00", "kind": "readme", "missing": false, "url": "https://github.com/mmastrac/linktime"}, {"content_hash": "8a446c8cb3f9536a8e120f496280783d00e0504530d164fe09577aae1bfd84ea", "fetched_at": "2026-08-29T12:55:55.867623+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/linktime"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:03:28.088042+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:03:28.088042+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T06:53:51.276189+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1f82940907daf36c939c789c873c97eac2247152fcd4ad9a462c9d9b52ee385a", "fetched_at": "2026-08-28T04:03:28.088042+00:00", "kind": "readme", "missing": false, "url": "https://github.com/mmastrac/linktime"}, {"content_hash": "8a446c8cb3f9536a8e120f496280783d00e0504530d164fe09577aae1bfd84ea", "fetched_at": "2026-08-29T12:55:55.867623+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/linktime"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:03:28.088042+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:03:28.088042+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:03:28.088042+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T06:53:51.276189+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1f82940907daf36c939c789c873c97eac2247152fcd4ad9a462c9d9b52ee385a", "fetched_at": "2026-08-28T04:03:28.088042+00:00", "kind": "readme", "missing": false, "url": "https://github.com/mmastrac/linktime"}, {"content_hash": "8a446c8cb3f9536a8e120f496280783d00e0504530d164fe09577aae1bfd84ea", "fetched_at": "2026-08-29T12:55:55.867623+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/linktime"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:03:28.088042+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:03:28.088042+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T06:53:51.276189+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1f82940907daf36c939c789c873c97eac2247152fcd4ad9a462c9d9b52ee385a", "fetched_at": "2026-08-28T04:03:28.088042+00:00", "kind": "readme", "missing": false, "url": "https://github.com/mmastrac/linktime"}, {"content_hash": "8a446c8cb3f9536a8e120f496280783d00e0504530d164fe09577aae1bfd84ea", "fetched_at": "2026-08-29T12:55:55.867623+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/linktime"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T06:53:51.276189+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1f82940907daf36c939c789c873c97eac2247152fcd4ad9a462c9d9b52ee385a", "fetched_at": "2026-08-28T04:03:28.088042+00:00", "kind": "readme", "missing": false, "url": "https://github.com/mmastrac/linktime"}, {"content_hash": "8a446c8cb3f9536a8e120f496280783d00e0504530d164fe09577aae1bfd84ea", "fetched_at": "2026-08-29T12:55:55.867623+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/linktime"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T06:53:51.276189+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1f82940907daf36c939c789c873c97eac2247152fcd4ad9a462c9d9b52ee385a", "fetched_at": "2026-08-28T04:03:28.088042+00:00", "kind": "readme", "missing": false, "url": "https://github.com/mmastrac/linktime"}, {"content_hash": "8a446c8cb3f9536a8e120f496280783d00e0504530d164fe09577aae1bfd84ea", "fetched_at": "2026-08-29T12:55:55.867623+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/linktime"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T06:53:51.276189+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "1f82940907daf36c939c789c873c97eac2247152fcd4ad9a462c9d9b52ee385a", "fetched_at": "2026-08-28T04:03:28.088042+00:00", "kind": "readme", "missing": false, "url": "https://github.com/mmastrac/linktime"}, {"content_hash": "8a446c8cb3f9536a8e120f496280783d00e0504530d164fe09577aae1bfd84ea", "fetched_at": "2026-08-29T12:55:55.867623+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/linktime"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 97, "longevity": 100, "rhythm": 98}, "computed_at": "2026-09-02T17:46:02.011165+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 2827, "days_push": 19, "days_rel": 19, "gap_med": 0, "n_releases_24m": 46}, "score": 98, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}