{"adoption": {"forks": 117, "observed_at": "2026-08-28T04:05:07.190781+00:00", "stars": 1583}, "canonical_url": "https://ross.abutalabs.com/products/im-rs", "card": {"archived": true, "artifact_type": "library", "description": "Assorted immutable collection datatypes for Rust", "domain": ["developer-tools", "programming-languages"], "enriched": true, "function": ["serialization"], "health_score": 10, "homepage": "http://immutable.rs/", "language": "Rust", "license": "MPL-2.0", "license_family": "copyleft", "maturity": "stable", "member_repos": ["bodil/im-rs"], "name": "bodil/im-rs", "platform": ["rust"], "pushed_at": "2024-08-19T20:59:41+00:00", "repo": "bodil/im-rs", "stars": 1583, "tags": ["immutable-collections", "persistent-data-structures", "rust-crate", "functional-data-structures", "algorithms"], "topics": [], "urls": [], "use_cases": ["use immutable data structures in Rust for cheap cloning", "implement undo/redo with persistent collections", "share state safely across threads without locks", "build functional-style Rust applications with persistent maps and vectors", "efficiently snapshot large collections without copying"], "what_it_is": "im-rs is a Rust library providing fast immutable (persistent) collection datatypes such as vectors, hash maps, and hash sets with structural sharing. It ships in two variants: a thread-safe version (im) and a faster non-thread-safe version (im-rc).", "when_to_avoid": ["you only need standard mutable collections with no sharing requirements", "you need absolute maximum single-threaded mutation performance", "you're not working in Rust"], "when_to_choose": ["you need cheap O(1) clones or snapshots of collections", "you want thread-safe immutable collections in Rust", "you're building editor-like or state-history-heavy applications"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/im-rs", "repo": "bodil/im-rs", "role": "main", "score": 10}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:05:07.190781+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T03:56:00.063402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "324883b8da0710ebab5569722ba909dfc734659b11168faf955f1106c5fc400e", "fetched_at": "2026-08-28T04:05:07.190781+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bodil/im-rs"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:05:07.190781+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T03:56:00.063402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "324883b8da0710ebab5569722ba909dfc734659b11168faf955f1106c5fc400e", "fetched_at": "2026-08-28T04:05:07.190781+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bodil/im-rs"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T03:56:00.063402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "324883b8da0710ebab5569722ba909dfc734659b11168faf955f1106c5fc400e", "fetched_at": "2026-08-28T04:05:07.190781+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bodil/im-rs"}], "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:05:07.190781+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:05:07.190781+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:05:07.190781+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T03:56:00.063402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "324883b8da0710ebab5569722ba909dfc734659b11168faf955f1106c5fc400e", "fetched_at": "2026-08-28T04:05:07.190781+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bodil/im-rs"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:05:07.190781+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:05:07.190781+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T03:56:00.063402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "324883b8da0710ebab5569722ba909dfc734659b11168faf955f1106c5fc400e", "fetched_at": "2026-08-28T04:05:07.190781+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bodil/im-rs"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:05:07.190781+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:05:07.190781+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:05:07.190781+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T03:56:00.063402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "324883b8da0710ebab5569722ba909dfc734659b11168faf955f1106c5fc400e", "fetched_at": "2026-08-28T04:05:07.190781+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bodil/im-rs"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:05:07.190781+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:05:07.190781+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T03:56:00.063402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "324883b8da0710ebab5569722ba909dfc734659b11168faf955f1106c5fc400e", "fetched_at": "2026-08-28T04:05:07.190781+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bodil/im-rs"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T03:56:00.063402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "324883b8da0710ebab5569722ba909dfc734659b11168faf955f1106c5fc400e", "fetched_at": "2026-08-28T04:05:07.190781+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bodil/im-rs"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T03:56:00.063402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "324883b8da0710ebab5569722ba909dfc734659b11168faf955f1106c5fc400e", "fetched_at": "2026-08-28T04:05:07.190781+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bodil/im-rs"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T03:56:00.063402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "324883b8da0710ebab5569722ba909dfc734659b11168faf955f1106c5fc400e", "fetched_at": "2026-08-28T04:05:07.190781+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bodil/im-rs"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "longevity": 100, "rhythm": 8}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["archived"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 3425, "days_push": 744, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 10, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}