Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 826,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 6664
},
"pushed_at": "2026-06-22T21:17:18Z",
"created_at": "2015-07-08T01:07:40Z",
"owner_type": "Organization",
"updated_at": "2026-07-19T00:04:26Z",
"description": "A if/elif-like macro for Rust #[cfg] statements",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://www.rust-lang.org",
"name": "The Rust Programming Language",
"type": "Organization",
"login": "rust-lang",
"company": null,
"location": "United States of America",
"followers": 17792,
"avatar_url": "https://avatars.githubusercontent.com/u/5430905?v=4",
"created_at": "2013-09-10T21:48:20Z",
"is_verified": null,
"public_repos": 246,
"account_age_days": 4698
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2025-10-15T08:12:53Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2025-08-19T19:33:27Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2025-08-19T19:09:14Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-06-09T21:47:22Z"
}
],
"recent_commits": [
{
"oid": "a66c2d4d559cdd6b047d1db3290f6bf252773fc9",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T21:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bda9677a0e8cc55f2a82130cb9c32c1a7335abfe",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-26T18:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3510ca6abea34cbbc702509a4e50ea9709925eda",
"body": "Co-authored-by: Trevor Gross <tmgross@umich.edu>",
"is_bot": true,
"headline": "chore: release v1.0.4 (#95)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-10-15T08:11:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15aec4a67e633254e726bf477b8b86c65687bfc6",
"body": "`meta` does not match `true`/`false`, so switch to `tt`.",
"is_bot": false,
"headline": "Support `cfg(true)` and `cfg(false)` (#99)",
"author_name": "Jules Bertholet",
"author_login": "Jules-Bertholet",
"committed_at": "2025-10-15T08:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "036c64ec85ed9eb80692c85ff6b29da3a3a1bfcf",
"body": "This is the version needed for the 2018 edition (stable in 1.31) and the\n`?` operator in macros (stable in 1.32).",
"is_bot": false,
"headline": "Set and test a MSRV of 1.32",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2025-09-15T21:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fd566f9f02cb0d2194b0ccb4b3b81857f479c0d",
"body": null,
"is_bot": false,
"headline": "Set `-Dwarnings` via CI env rather than `cfg`",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2025-09-15T21:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ef8e9ffa8fb39c823ff61b4ad2a85c2f0a376c4",
"body": "There are currently two top-level rules: one handling if/else chains\nwith a final `else`, and one handling if/else chains lacking a final\n`else`. But it's possible to handle both cases in a single rule, and\nit's shorter and clearer that way.",
"is_bot": false,
"headline": "Have a single top-level rule.",
"author_name": "Nicholas Nethercote",
"author_login": "nnethercote",
"committed_at": "2025-09-15T21:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2400b383890ba7ab7f71bc2437549f4a080a543b",
"body": "This is what caused issue #90.",
"is_bot": false,
"headline": "Document and test for a subtle case.",
"author_name": "Nicholas Nethercote",
"author_login": "nnethercote",
"committed_at": "2025-08-20T04:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c7bb0bf7184698c16ba60aad424b9b8263ac6db",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\nCo-authored-by: Trevor Gross <tmgross@umich.edu>",
"is_bot": true,
"headline": "chore: release v1.0.3 (#93)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-08-19T19:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "145894c77e6c5d080e9b634f153e5583086f6000",
"body": "This change created a regression.\n\nThis reverts commit 4d7a585e4d033280d3610c95aa0ea178444a3ff1.\n\nCloses: https://github.com/rust-lang/cfg-if/issues/90",
"is_bot": false,
"headline": "Revert \"Remove `@__identity` rule.\"",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2025-08-19T19:29:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f747fecddfd28eae608f60970987b14252457f5",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\nCo-authored-by: Trevor Gross <tmgross@umich.edu>",
"is_bot": true,
"headline": "chore: release v1.0.2 (#88)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-08-19T19:07:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97739b8388a715ab9ccab767e1fe45838d97dcb8",
"body": "The `blah` functions are now one-liners like the ones in the other\ntests.",
"is_bot": false,
"headline": "Fix some ugly and inconsistent formatting.",
"author_name": "Nicholas Nethercote",
"author_login": "nnethercote",
"committed_at": "2025-08-19T19:04:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d7a585e4d033280d3610c95aa0ea178444a3ff1",
"body": "As the comment says, it's there to make `__apply` work, but `__apply`\nwas removed back in 2019 in revision 571a28d35.",
"is_bot": false,
"headline": "Remove `@__identity` rule.",
"author_name": "Nicholas Nethercote",
"author_login": "nnethercote",
"committed_at": "2025-08-19T19:04:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "527acbdbd4005aa292e9bb96e17ef0b65b320b40",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-12T05:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbfd66354537a7d47d84c95ea28b9a6f169ba9d1",
"body": null,
"is_bot": true,
"headline": "chore: release v1.0.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-06-09T21:45:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cc10c7d5d298dd9e1a05cd7f66ed80be783583c",
"body": "Since [1], this will come automatically from `rustc-std-workspace-core`\nand the crates.io dependency should no longer be specified.\n\n[1]: https://github.com/rust-lang/rust/pull/141993",
"is_bot": false,
"headline": "Remove `compiler-builtins` from `rustc-dep-of-std` dependencies",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2025-06-09T21:41:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0314c2ba7734bb1435f07e85548919bb0e5cbe8a",
"body": null,
"is_bot": false,
"headline": "ci: Fix the release job branch",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2025-06-09T07:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee3062fbfb5086e7c93b32e8f7f42fc3fb3ad3ce",
"body": "`documentation` is no longer needed since docs.rs is now automatically\nlinked, and the Cargo docs say that `homepage` should not be redundant\nwith `repository`.",
"is_bot": false,
"headline": "Remove redundant configuration from Cargo.toml",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2025-06-09T07:03:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e3936e23c9307efd963388ad04db8ec7d9cc987",
"body": null,
"is_bot": false,
"headline": "cleanup: Remove trailing whitespace",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2025-06-09T06:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f01eff5dfc93f69bf9f4624bf183a4d16f3be67",
"body": null,
"is_bot": false,
"headline": "ci: Add a release job",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2025-06-09T06:55:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4edf32745bf5039868f1f258f7fa94603eec5cf5",
"body": "…ns/checkout-4.2.2\n\nBump actions/checkout from 4.2.1 to 4.2.2",
"is_bot": false,
"headline": "Merge pull request #83 from rust-lang/dependabot/github_actions/actio…",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2024-10-28T21:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d16050aa71b46b8208b668d99a1cf198fc335a6f",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/eef61447b9ff4aafe5dcd4e\n[…]\n\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4.2.1 to 4.2.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-28T20:57:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b01c6753757b3caf1fb7f5c926e20272e4661108",
"body": "…ns/checkout-4.2.1",
"is_bot": false,
"headline": "Merge pull request #82 from rust-lang/dependabot/github_actions/actio…",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2024-10-23T17:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd1c007396c8af42786d7b099c4e0d5f6994963",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/d632683dd7b4114ad314bca\n[…]\n\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4.2.0 to 4.2.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-07T20:07:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "83ac09f66decadfbf1699f8ff4cc05d1e09888ed",
"body": "…ns/checkout-4.2.0\n\nBump actions/checkout from 4.1.7 to 4.2.0",
"is_bot": false,
"headline": "Merge pull request #81 from rust-lang/dependabot/github_actions/actio…",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2024-09-30T20:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec6e9eb8be73fc6b6d81ad2acc85935a7a991134",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf4065\n[…]\n\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4.1.7 to 4.2.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-30T20:31:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "752596849a5389cdab30a4d1807237d1f4dd973e",
"body": "…ns/checkout-4.1.7\n\nBump actions/checkout from 4.1.4 to 4.1.7",
"is_bot": false,
"headline": "Merge pull request #77 from rust-lang/dependabot/github_actions/actio…",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2024-08-06T22:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02f39627f2d7b1411240985781b7f4330f8a25cb",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec3\n[…]\n\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4.1.4 to 4.1.7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-08-06T22:49:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b8696b1216e7a0c0096652c14eb9349a7990dd89",
"body": "Disable the `unexpected_cfgs` lint when testing",
"is_bot": false,
"headline": "Merge pull request #79 from tgross35/check-cfg",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2024-08-06T22:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fb2655b97ac8e6146aa127d91c16485a41c094d",
"body": "We test using config options that do not exist, so this lint is not\nhelpful. Disable it when testing because it causes CI failures.",
"is_bot": false,
"headline": "Disable the `unexpected_cfgs` lint when testing",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2024-08-06T22:42:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8785df1263075f60416b37aac88d0d1849769888",
"body": "Fix typo in comment",
"is_bot": false,
"headline": "Merge pull request #70 from stoeckmann/typo",
"author_name": "Trevor Gross",
"author_login": "tgross35",
"committed_at": "2024-08-06T22:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85ccfff204a5434e81049ae41b873a5e8f8ed39b",
"body": "…ns/checkout-4.1.4",
"is_bot": false,
"headline": "Merge pull request #73 from rust-lang/dependabot/github_actions/actio…",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2024-04-30T10:38:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92d7a48f2482e5c65228887b8ac4e7232af4342b",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/1d96c772d19495a3b5c517c\n[…]\n\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4.1.3 to 4.1.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-29T21:00:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c2a15a707b3fc0845f88f377d26be476e9c524e3",
"body": "…ns/checkout-4.1.3",
"is_bot": false,
"headline": "Merge pull request #72 from rust-lang/dependabot/github_actions/actio…",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2024-04-29T09:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b42561c36d9ef649cf6053ea8f4006b75a0124d",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/9bb56186c3b09b4f86b1c65\n[…]\n\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4.1.2 to 4.1.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-22T20:29:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "114ee078a4d064a61a72cc02c6388b9dec02248d",
"body": "…ns/checkout-4.1.2",
"is_bot": false,
"headline": "Merge pull request #71 from rust-lang/dependabot/github_actions/actio…",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2024-03-19T21:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b84e0cb2282b63e18085f6ef86280bed888d5eb1",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53b\n[…]\n\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4.1.1 to 4.1.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-18T20:56:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ecdc86c28367b1d51ad1f8c989077fa8d356934d",
"body": null,
"is_bot": false,
"headline": "Fix typo in comment",
"author_name": "Tobias Stoeckmann",
"author_login": "stoeckmann",
"committed_at": "2024-02-28T18:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "644534086fb2f4e5a30ded4e1013303efaa7efe2",
"body": null,
"is_bot": false,
"headline": "Merge pull request #69 from GuillaumeGomez/fix-warning",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2024-02-17T05:28:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2ba4db4e5dc5b92977f37db885f568e74ff3e69",
"body": null,
"is_bot": false,
"headline": "Fix new dead code warning",
"author_name": "Guillaume Gomez",
"author_login": "GuillaumeGomez",
"committed_at": "2024-02-16T15:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f7f35704681468ce0e393f12a13581c92e09011",
"body": "…ns/checkout-4.1.1",
"is_bot": false,
"headline": "Merge pull request #68 from rust-lang/dependabot/github_actions/actio…",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2023-10-24T14:23:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5781442abb7ee9a50a3c93bfe2ee29deba3d122",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/8ade135a41bc03ea155e62e\n[…]\n\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4.1.0 to 4.1.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-23T20:40:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2285137396e4bc496a05571f4e5996ec12f8be01",
"body": "…ns/checkout-4.1.0",
"is_bot": false,
"headline": "Merge pull request #65 from rust-lang/dependabot/github_actions/actio…",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2023-09-26T08:48:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fd5324d0b92edf1c02c6c0fb160c4c6852c4734",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/3df4ab11eba7bda6032a0b8\n[…]\n\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4.0.0 to 4.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-09-25T20:39:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8e447ca729b54fd4e62919617339bb45f4eb10df",
"body": "…ns/checkout-4.0.0",
"is_bot": false,
"headline": "Merge pull request #64 from rust-lang/dependabot/github_actions/actio…",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2023-09-05T14:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9266d5105d87ff71878b302c1e54a58dde32861c",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.0.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/8e5e7e5ab8b370d6c329ec4\n[…]\n\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 3.5.2 to 4.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-09-04T21:00:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2c447e4de31ab3446538e09099f60e6f4aed176c",
"body": null,
"is_bot": false,
"headline": "Merge pull request #61 from joycebrum/main",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2023-04-20T22:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f7cc5289e30d7106ec6c3562c66d4ea6d46c59",
"body": "Signed-off-by: Joyce <joycebrum@google.com>",
"is_bot": false,
"headline": "Update dependabot.yml",
"author_name": "Joyce",
"author_login": "joycebrum",
"committed_at": "2023-04-20T18:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91583742989bd3200e513582a551cf0b762bf6b9",
"body": "Signed-off-by: Joyce <joycebrum@google.com>",
"is_bot": false,
"headline": "Hash pin main.yml",
"author_name": "Joyce",
"author_login": "joycebrum",
"committed_at": "2023-04-20T18:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2621a59ca04921e0a1f02690ff2a0d86a9aeffd6",
"body": null,
"is_bot": false,
"headline": "Merge pull request #59 from joycebrum/main",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2023-03-15T11:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e06365b6d2ef5a607b390d95e93402edd480a80a",
"body": "Signed-off-by: Joyce <joycebrum@google.com>",
"is_bot": false,
"headline": "Update main.yml to contents read",
"author_name": "Joyce",
"author_login": "joycebrum",
"committed_at": "2023-03-14T20:18:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9c2246ae99600c24bc1f81d1d6c23cf2edaa531",
"body": null,
"is_bot": false,
"headline": "Merge pull request #57 from JohnTitor/tweak-ci",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2022-10-28T06:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7e13b5049259137cc98f54c7461b6e14b66b24e",
"body": "Signed-off-by: Yuki Okushi <jtitor@2k36.org>",
"is_bot": false,
"headline": "Remove gh-pages deployment",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2022-10-25T08:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffea6bd6aa71aac0503e049ac99cec2446a3aa09",
"body": null,
"is_bot": false,
"headline": "Merge pull request #56 from JohnTitor/repo-metadata",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2022-10-25T08:34:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "613e62cd9560affed93cb85f174ae86e8a0f2ca4",
"body": "- Prefer to specify a tag\n- Fix a step name on test\n\nSigned-off-by: Yuki Okushi <jtitor@2k36.org>",
"is_bot": false,
"headline": "Tweak CI config",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2022-10-24T22:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdf604643a1a9aab5cdb68f2c8e38417e1d35643",
"body": "Signed-off-by: Yuki Okushi <jtitor@2k36.org>",
"is_bot": false,
"headline": "Move gh-pages deployment to dedicated config",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2022-10-24T22:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60f0bd53bbcd716a6d3be926d903f9e0aa3aa56e",
"body": "Signed-off-by: Yuki Okushi <jtitor@2k36.org>",
"is_bot": false,
"headline": "Update repository URL",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2022-10-24T22:22:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53939dfbfa718333443a4828ba3168f0e18f0dbb",
"body": null,
"is_bot": false,
"headline": "Merge pull request #53 from atouchet/lic",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2022-10-24T22:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22def061b00f3ad29c5c11d5af6e34ca99ae732a",
"body": null,
"is_bot": false,
"headline": "Use SPDX license format",
"author_name": "Alex Touchet",
"author_login": "atouchet",
"committed_at": "2022-02-23T19:56:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc3b5d027580074deb69d7c932a9847365cb7be1",
"body": null,
"is_bot": false,
"headline": "Remove Travis CI badge reference (#52)",
"author_name": "Alex Touchet",
"author_login": "atouchet",
"committed_at": "2022-02-17T15:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59f5b77e6255ce8baf304f74f141a67d42f339c5",
"body": "Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Upgrade to GitHub-native Dependabot (#45)",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2021-04-29T19:35:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40bd303eb7e47c1edc2d334b4d3b2325d8c7c0e6",
"body": null,
"is_bot": false,
"headline": "Use HTTPS (#42)",
"author_name": "Alex Touchet",
"author_login": "atouchet",
"committed_at": "2021-03-23T20:48:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "349913689695130c2c63d1075e57b0917c98ee6e",
"body": "This macro provides a a great example for developers\r\nlearning macros to study. It's easy to discover, since\r\nlibstd and many other crates depend on it, and the\r\nmacro itself illustrates a number of useful concepts.\r\nThis commit reformats some code to make the brackets\r\neasier to see, and renames a \n[…]\nidentifiers for clarity.\r\n\r\nAdditionally, the `+` and `?` repetition quantifiers have\r\nbeen used where appropriate instead of `*`, and an extra\r\n`( () () )` item has been removed, which had no effect.",
"is_bot": false,
"headline": "More readable formatting and identifier names. (#39)",
"author_name": "Michael Morgan",
"author_login": "msmorgan",
"committed_at": "2020-12-07T15:48:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8293c740eb01b270f44dd3b9df8868f6cfde5ec0",
"body": null,
"is_bot": false,
"headline": "Add expanded example to readme (#38)",
"author_name": "Cameron Steffen",
"author_login": "camsteffen",
"committed_at": "2020-10-08T18:41:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1fd92e8fcb743b410a6d757d3f52f5760d658b8",
"body": null,
"is_bot": false,
"headline": "Bump version in README",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2020-10-06T18:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e60fa1efeab0ec6e90c50d93ec526e1410459c23",
"body": null,
"is_bot": false,
"headline": "Bump to 1.0.0",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2020-10-06T18:43:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7daa598424eb304a2685dff0374c14d3494e3d24",
"body": null,
"is_bot": false,
"headline": "Prohibit multiple predicates (#37)",
"author_name": "hyd-dev",
"author_login": null,
"committed_at": "2020-10-06T18:42:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f71bf60f212312faddee7da525fcf47daac66499",
"body": null,
"is_bot": false,
"headline": "Another attempt at gh-pages",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-09-26T20:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f779d28bba34868ad4b79582a4c27f3b56e6eca6",
"body": null,
"is_bot": false,
"headline": "Change push username for gh-pages",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-09-26T20:20:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4484a6faf816ff8058088ad857b0c6bb2f4b02b2",
"body": null,
"is_bot": false,
"headline": "Bump to 0.1.10",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-09-24T15:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a625fbe0ac2a29200de6c670aabb44d6c8af298d",
"body": null,
"is_bot": false,
"headline": "Add a test for the body of an `impl`",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-09-24T15:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33a8869d16d3e8ef9b5c5a0347c9b2602dd31c1d",
"body": "convert to token trees",
"is_bot": false,
"headline": "Merge pull request #28 from Lokathor/token-trees",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-09-24T15:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "571a28d359e6e2e3e8fd02651601c4f4d7de3a2a",
"body": null,
"is_bot": false,
"headline": "remove the __apply internal macro",
"author_name": "Lokathor",
"author_login": "Lokathor",
"committed_at": "2019-09-24T14:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75e817fa2cdd9d3cb2c558fa91ba3dacdbfa8d73",
"body": null,
"is_bot": false,
"headline": "adjust the test",
"author_name": "Lokathor",
"author_login": "Lokathor",
"committed_at": "2019-09-24T14:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e9d4876b81b342704bfaca6c2abdc0f2b1265aa",
"body": null,
"is_bot": false,
"headline": "notes fix",
"author_name": "Lokathor",
"author_login": "Lokathor",
"committed_at": "2019-09-24T05:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88456aa305209154053057d17c3a4d41a2914709",
"body": "This does _NOT_ fix the \"you can use else without if\" edge case, that would be a breaking change.",
"is_bot": false,
"headline": "convert to token trees",
"author_name": "Lokathor",
"author_login": "Lokathor",
"committed_at": "2019-09-24T05:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f71c60095217ce6844fb53310ba3936c16b24f98",
"body": null,
"is_bot": false,
"headline": "Ok no badge for now",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-09-06T14:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0817844f0d3b3eddbb1d54dcc0b46414dab9390",
"body": null,
"is_bot": false,
"headline": "Try adding a badge to the README",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-09-06T14:17:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e5e35c2ad358bb96ad47113120e3d296217fe0a",
"body": "Fix crate name in the contribution section",
"is_bot": false,
"headline": "Merge pull request #24 from nasso/patch-1",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-09-06T14:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53f5b443fa6276651c64f805124b4b13ebb13a16",
"body": "Contributions to `cfg-if` do not go to Serde!",
"is_bot": false,
"headline": "Fix crate name in the contribution section",
"author_name": "nasso",
"author_login": "nasso",
"committed_at": "2019-09-05T22:11:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcc00b5cb36bcf3b685ec76b4d11267c8600d40a",
"body": null,
"is_bot": false,
"headline": "Remove outdated build badge",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-08-14T21:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f41a2ec52217b3ef9513455662d15c0be21b6e7",
"body": null,
"is_bot": false,
"headline": "Name the workflow",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-08-14T19:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aa97e0af25f8c8314ca2169a7ab3956b67ad7ab",
"body": null,
"is_bot": false,
"headline": "String interpolation does work!",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-08-14T19:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a7d5ed5b8fd69a3c16e0c5bdf16bfed9de266bc",
"body": null,
"is_bot": false,
"headline": "Does string interpolation work?",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-08-14T19:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23941da930a14f199bfb0dea802916af73ac03b2",
"body": null,
"is_bot": false,
"headline": "Try eliding ACTOR",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-08-14T19:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa8e01294b3298e5673662a7cfc31c68262e22cc",
"body": null,
"is_bot": false,
"headline": "Switch CI to GitHub Actions",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-08-14T19:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0619303d24082ccabd92a4d0ab5e82d0e4905cb9",
"body": null,
"is_bot": false,
"headline": "Update xcrate test to 2018",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-06-21T16:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "171ba7ffa8551c7b6482d516c5f246f732795889",
"body": null,
"is_bot": false,
"headline": "Migrate to the 2018 edition",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-06-21T16:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb89f6a131672d25fb6c2c0070329d828a609b36",
"body": null,
"is_bot": false,
"headline": "Update example usage",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-06-21T16:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "416d240b1ec3c04d27c68db418df95a603d00c65",
"body": null,
"is_bot": false,
"headline": "Bump to 0.1.9",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-05-15T00:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "349c18def82e334d0b24d66047a9546625e57f15",
"body": null,
"is_bot": false,
"headline": "Bump to 0.1.8",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-05-15T00:43:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e311415b29781b886a6b6611206305cec9527a7",
"body": null,
"is_bot": false,
"headline": "Add compatibility for compiling as part of std",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-05-15T00:42:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64599c39c7f2583ec16663aaf308c2abdb9f1072",
"body": null,
"is_bot": false,
"headline": "Bump to 0.1.7",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-03-04T21:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cd2f3066c344415c61e0bd91f23820ec413e49e",
"body": null,
"is_bot": false,
"headline": "Document macro",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-01-11T17:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2ca5c94d6bed640cc7351fadb9b9ad27e65eed5",
"body": null,
"is_bot": false,
"headline": "Update travis URL",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2019-01-02T19:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7adf5fa33d3d275b801f1844e9376ead8196fc3",
"body": null,
"is_bot": false,
"headline": "Yet another attempt",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2018-12-22T18:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6137648bc83fa6bee2675f94c970577581b7edfc",
"body": null,
"is_bot": false,
"headline": "Switch to a deploy provider",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2018-12-22T18:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15c0837b3b4306efcb18479c88679df1c074fbf0",
"body": null,
"is_bot": false,
"headline": "Test out deploy keys for gh-pages",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2018-12-22T17:32:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "006e762dd3d571a9e3175d56affa82e14c38ac73",
"body": null,
"is_bot": false,
"headline": "Tweak travis config",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2018-12-22T16:22:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4419f86c7a0a5f8b3eef00bd7b7aeac5781c3081",
"body": null,
"is_bot": false,
"headline": "Tweak travis config",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2018-12-22T16:12:34Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 14,
"latest_release_at": "2025-10-15T08:12:53Z",
"latest_release_tag": "v1.0.4",
"releases_from_tags": false,
"days_since_last_push": 30,
"active_weeks_last_year": 7,
"days_since_latest_release": 280,
"mean_days_between_releases": 42.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "cfg-if",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/cfg-if",
"is_deprecated": false,
"latest_version": "1.0.4",
"repository_url": "https://github.com/rust-lang/cfg-if",
"versions_count": 16,
"total_downloads": 1225042865,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 85927571,
"first_published_at": "2015-07-08T01:11:24.485040Z",
"latest_published_at": "2025-10-15T08:12:46.455816Z",
"latest_version_yanked": false,
"days_since_latest_publish": 280
}
]
},
"popularity": {
"forks": 50,
"stars": 640,
"watchers": 10,
"fork_history": {
"days": [
{
"date": "2016-12-24",
"count": 1
},
{
"date": "2017-07-25",
"count": 1
},
{
"date": "2017-11-07",
"count": 1
},
{
"date": "2018-03-24",
"count": 1
},
{
"date": "2018-06-08",
"count": 1
},
{
"date": "2018-06-09",
"count": 1
},
{
"date": "2018-06-26",
"count": 1
},
{
"date": "2018-12-16",
"count": 1
},
{
"date": "2019-07-31",
"count": 1
},
{
"date": "2019-10-25",
"count": 1
},
{
"date": "2019-12-10",
"count": 1
},
{
"date": "2020-01-17",
"count": 1
},
{
"date": "2020-10-06",
"count": 1
},
{
"date": "2020-10-08",
"count": 1
},
{
"date": "2020-11-04",
"count": 1
},
{
"date": "2020-12-04",
"count": 1
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-04-03",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2021-09-21",
"count": 1
},
{
"date": "2022-02-06",
"count": 1
},
{
"date": "2022-04-15",
"count": 1
},
{
"date": "2022-10-24",
"count": 1
},
{
"date": "2023-03-09",
"count": 1
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-04-23",
"count": 1
},
{
"date": "2023-05-07",
"count": 1
},
{
"date": "2023-07-25",
"count": 1
},
{
"date": "2023-08-18",
"count": 1
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-08-06",
"count": 1
},
{
"date": "2024-11-13",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-07-20",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-09-13",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
}
],
"complete": true,
"collected": 45,
"total_forks": 50
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 6368,
"source_files_sampled": 2,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "crates:cfg-if@1.0.4",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "core",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "rustc-std-workspace-core",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 0,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 46,
"open_issues": 4,
"closed_ratio": 0.9,
"closed_issues": 36,
"closed_unmerged_prs": 15
},
"bus_factor": 2,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "alexcrichton",
"commits": 50,
"avatar_url": "https://avatars.githubusercontent.com/u/64996?v=4"
},
{
"type": "User",
"login": "JohnTitor",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/25030997?v=4"
},
{
"type": "User",
"login": "tgross35",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/13724985?v=4"
},
{
"type": "User",
"login": "Lokathor",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5456384?v=4"
},
{
"type": "User",
"login": "nnethercote",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1940286?v=4"
},
{
"type": "User",
"login": "joycebrum",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/22223372?v=4"
},
{
"type": "User",
"login": "GuillaumeGomez",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3050060?v=4"
},
{
"type": "User",
"login": "atouchet",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/26315797?v=4"
},
{
"type": "User",
"login": "dhylands",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/127500?v=4"
},
{
"type": "User",
"login": "billyrieger",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/43874200?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.467
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"main.yaml",
"publish.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "15 out of 20 merged PRs checked by a CI test -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 4/12 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 20 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a66c2d4d559cdd6b047d1db3290f6bf252773fc9",
"ran_at": "2026-07-22T23:49:51Z",
"aggregate_score": 5.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T08:03:17Z",
"oldest_open_prs": [
{
"number": 78,
"created_at": "2024-06-24T19:56:33Z",
"last_comment_at": "2024-06-24T20:28:07Z",
"last_comment_author": "GuillaumeGomez"
},
{
"number": 101,
"created_at": "2025-11-26T18:13:26Z",
"last_comment_at": "2026-01-22T08:51:23Z",
"last_comment_author": "tgross35"
}
],
"last_merged_pr_at": "2026-06-22T21:16:47Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 23,
"created_at": "2019-08-05T11:33:12Z",
"last_comment_at": "2023-07-22T04:37:56Z",
"last_comment_author": "photino"
},
{
"number": 35,
"created_at": "2020-07-09T02:23:19Z",
"last_comment_at": "2025-01-23T00:54:34Z",
"last_comment_author": "raviqqe"
},
{
"number": 43,
"created_at": "2021-03-27T04:11:14Z",
"last_comment_at": "2023-10-04T11:34:06Z",
"last_comment_author": "JohnScience"
},
{
"number": 55,
"created_at": "2022-06-29T19:02:44Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rust-lang/cfg-if",
"host": "github.com",
"name": "cfg-if",
"owner": "rust-lang"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 61,
"vitality": 58,
"community": 68,
"governance": 75,
"engineering": 53
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 58,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"commits_last_year": 14,
"human_commit_share": 0.82,
"days_since_last_push": 30,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 30 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 30
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "14 commits in the last year",
"points": 10.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 14
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 78,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.0.4",
"releases_from_tags": false,
"days_since_latest_release": 280,
"mean_days_between_releases": 42.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 280 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 280
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~42.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 42.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"recent_release",
"dependencies_clean"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 2,
"unanswered_open_issues": 4,
"days_since_last_merged_pr": 30,
"days_since_last_human_commit": 280,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 280 days, with nothing left unanswered; held at dormant by a release within the year, no affected dependency",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 280
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "a release within the year, no affected dependency"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 68,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"forks": 50,
"stars": 640,
"watchers": 10,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "640 stars",
"points": 45.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 640
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "50 forks",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 50
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "10 watchers",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 10
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"cfg-if"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 1225042865,
"monthly_downloads": 85927571
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "85,927,571 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 85927571,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 75,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 16,
"top_contributor_share": 0.467
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 47% of commits",
"points": 12,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 47
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 20 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"merged_prs": 46,
"open_issues": 4,
"closed_issues": 36,
"issue_closed_ratio": 0.9,
"closed_unmerged_prs": 15
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "90% of issues closed",
"points": 42.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 90
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "46/61 decided PRs merged",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 46,
"decided": 61
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/12 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 17792,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "rust-lang",
"public_repos": 246,
"account_age_days": 4698
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "17,792 followers of rust-lang",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 17792,
"login": "rust-lang"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "246 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 246
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"cfg-if"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 280
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 280 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 280
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "15 out of 20 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 61,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "15 out of 20 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/12 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 20 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:cfg-if@1.0.4 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "crates:cfg-if@1.0.4",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 18
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.463,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "38 of 82 human commits state their intent (structured subject or explanatory body)",
"points": 24.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 38,
"sampled": 82
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0.14
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "14 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 14,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 6368,
"source_files_sampled": 2,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/2 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 2,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T23:50:13.231705Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rust-lang/cfg-if.svg",
"full_name": "rust-lang/cfg-if",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}