{"adoption": {"forks": 157, "observed_at": "2026-08-28T04:03:40.851976+00:00", "stars": 1124}, "canonical_url": "https://ross.abutalabs.com/products/ipc-channel", "card": {"archived": false, "artifact_type": "library", "description": "A multiprocess drop-in replacement for Rust channels", "domain": ["developer-tools", "microservices", "operating-systems"], "enriched": true, "function": ["serialization", "concurrency", "message-queue"], "health_score": 86, "homepage": null, "language": "Rust", "license": "Apache-2.0", "license_family": "permissive", "maturity": "stable", "member_repos": ["servo/ipc-channel"], "name": "servo/ipc-channel", "platform": ["rust", "windows", "cross-platform"], "pushed_at": "2026-04-30T15:28:50+00:00", "repo": "servo/ipc-channel", "stars": 1124, "tags": ["ipc", "channels", "multiprocess", "serde", "rust-library", "linux", "macos"], "topics": [], "urls": [], "use_cases": ["send messages between processes in rust", "replace mpsc channels with cross-process communication", "bootstrap ipc channels between parent and child processes", "serialize and transmit typed messages over ipc", "build multiprocess applications in rust"], "what_it_is": "ipc-channel is a Rust library providing an inter-process communication implementation of Rust channels, designed as a drop-in replacement for std::sync::mpsc channels across processes. Messages are serialized with serde and transported via OS IPC mechanisms like sockets, file descriptors, and shared memory.", "when_to_avoid": ["you only need thread-level communication within a single process", "you need bounded channels with backpressure, since ipc-channels are always unbounded", "you require strict type safety across processes, since serialized forms must match manually"], "when_to_choose": ["you need rust channel-like APIs that work across process boundaries", "you want to send serde-serializable types between processes with minimal code changes", "you need to pass channels themselves over channels for dynamic connection setup"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/ipc-channel", "repo": "servo/ipc-channel", "role": "main", "score": 80}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:03:40.851976+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T06:39:51.315892+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b34d510e81d698207331367b83c358febb1ce446751ba78956dbbdd615fa34b6", "fetched_at": "2026-08-28T04:03:40.851976+00:00", "kind": "readme", "missing": false, "url": "https://github.com/servo/ipc-channel"}, {"content_hash": "c726b801ee23a8607d89bcca609ff64be487beae501a780d49273241cb9cf4ab", "fetched_at": "2026-08-29T12:44:01.564996+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/ipc-channel"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:03:40.851976+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T06:39:51.315892+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b34d510e81d698207331367b83c358febb1ce446751ba78956dbbdd615fa34b6", "fetched_at": "2026-08-28T04:03:40.851976+00:00", "kind": "readme", "missing": false, "url": "https://github.com/servo/ipc-channel"}, {"content_hash": "c726b801ee23a8607d89bcca609ff64be487beae501a780d49273241cb9cf4ab", "fetched_at": "2026-08-29T12:44:01.564996+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/ipc-channel"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T06:39:51.315892+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b34d510e81d698207331367b83c358febb1ce446751ba78956dbbdd615fa34b6", "fetched_at": "2026-08-28T04:03:40.851976+00:00", "kind": "readme", "missing": false, "url": "https://github.com/servo/ipc-channel"}, {"content_hash": "c726b801ee23a8607d89bcca609ff64be487beae501a780d49273241cb9cf4ab", "fetched_at": "2026-08-29T12:44:01.564996+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/ipc-channel"}], "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:40.851976+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:03:40.851976+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:03:40.851976+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T06:39:51.315892+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b34d510e81d698207331367b83c358febb1ce446751ba78956dbbdd615fa34b6", "fetched_at": "2026-08-28T04:03:40.851976+00:00", "kind": "readme", "missing": false, "url": "https://github.com/servo/ipc-channel"}, {"content_hash": "c726b801ee23a8607d89bcca609ff64be487beae501a780d49273241cb9cf4ab", "fetched_at": "2026-08-29T12:44:01.564996+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/ipc-channel"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:03:40.851976+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:03:40.851976+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T06:39:51.315892+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b34d510e81d698207331367b83c358febb1ce446751ba78956dbbdd615fa34b6", "fetched_at": "2026-08-28T04:03:40.851976+00:00", "kind": "readme", "missing": false, "url": "https://github.com/servo/ipc-channel"}, {"content_hash": "c726b801ee23a8607d89bcca609ff64be487beae501a780d49273241cb9cf4ab", "fetched_at": "2026-08-29T12:44:01.564996+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/ipc-channel"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:03:40.851976+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:03:40.851976+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:03:40.851976+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T06:39:51.315892+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b34d510e81d698207331367b83c358febb1ce446751ba78956dbbdd615fa34b6", "fetched_at": "2026-08-28T04:03:40.851976+00:00", "kind": "readme", "missing": false, "url": "https://github.com/servo/ipc-channel"}, {"content_hash": "c726b801ee23a8607d89bcca609ff64be487beae501a780d49273241cb9cf4ab", "fetched_at": "2026-08-29T12:44:01.564996+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/ipc-channel"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:03:40.851976+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:03:40.851976+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T06:39:51.315892+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b34d510e81d698207331367b83c358febb1ce446751ba78956dbbdd615fa34b6", "fetched_at": "2026-08-28T04:03:40.851976+00:00", "kind": "readme", "missing": false, "url": "https://github.com/servo/ipc-channel"}, {"content_hash": "c726b801ee23a8607d89bcca609ff64be487beae501a780d49273241cb9cf4ab", "fetched_at": "2026-08-29T12:44:01.564996+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/ipc-channel"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T06:39:51.315892+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b34d510e81d698207331367b83c358febb1ce446751ba78956dbbdd615fa34b6", "fetched_at": "2026-08-28T04:03:40.851976+00:00", "kind": "readme", "missing": false, "url": "https://github.com/servo/ipc-channel"}, {"content_hash": "c726b801ee23a8607d89bcca609ff64be487beae501a780d49273241cb9cf4ab", "fetched_at": "2026-08-29T12:44:01.564996+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/ipc-channel"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T06:39:51.315892+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b34d510e81d698207331367b83c358febb1ce446751ba78956dbbdd615fa34b6", "fetched_at": "2026-08-28T04:03:40.851976+00:00", "kind": "readme", "missing": false, "url": "https://github.com/servo/ipc-channel"}, {"content_hash": "c726b801ee23a8607d89bcca609ff64be487beae501a780d49273241cb9cf4ab", "fetched_at": "2026-08-29T12:44:01.564996+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/ipc-channel"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T06:39:51.315892+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b34d510e81d698207331367b83c358febb1ce446751ba78956dbbdd615fa34b6", "fetched_at": "2026-08-28T04:03:40.851976+00:00", "kind": "readme", "missing": false, "url": "https://github.com/servo/ipc-channel"}, {"content_hash": "c726b801ee23a8607d89bcca609ff64be487beae501a780d49273241cb9cf4ab", "fetched_at": "2026-08-29T12:44:01.564996+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/ipc-channel"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 80, "longevity": 100, "rhythm": 69}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 4089, "days_push": 125, "days_rel": 125, "gap_med": 70.5, "n_releases_24m": 7}, "score": 80, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}