原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 6643,
"has_wiki": false,
"homepage": "https://rust-lang.github.io/hashbrown",
"languages": {
"Rust": 823595,
"Shell": 4845
},
"pushed_at": "2026-07-17T17:47:03Z",
"created_at": "2018-10-28T21:58:58Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T01:40:03Z",
"description": "Rust port of Google's SwissTable hash map",
"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": "v0.17.1",
"kind": "patch",
"published_at": "2026-05-09T04:35:07Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2026-04-09T14:15:02Z"
},
{
"tag": "v0.16.1",
"kind": "patch",
"published_at": "2025-11-20T16:47:28Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2025-08-29T11:55:56Z"
},
{
"tag": "v0.15.5",
"kind": "patch",
"published_at": "2025-08-07T23:58:39Z"
},
{
"tag": "v0.15.4",
"kind": "patch",
"published_at": "2025-06-07T10:57:09Z"
},
{
"tag": "v0.15.3",
"kind": "patch",
"published_at": "2025-04-30T22:12:11Z"
}
],
"recent_commits": [
{
"oid": "227319c890c9663e953fdae44fd78e1c3a38bac3",
"body": "Replace `invalid_mut` with `ptr::without_provenance_mut`",
"is_bot": false,
"headline": "Merge pull request #739 from clarfonthey/invalid_mut",
"author_name": "Clar Fon",
"author_login": "clarfonthey",
"committed_at": "2026-07-17T17:38:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d96ccea6b28faf6628a15fd7a24b43c449d487f",
"body": null,
"is_bot": false,
"headline": "Replace invalid_mut with ptr::without_provenance_mut",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2026-07-17T17:19:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d69025b4c2318e27d4b723b7350df34e70c49f64",
"body": "Use wrapping arithmetic in ProbeSeq::move_next to avoid overflow",
"is_bot": false,
"headline": "Merge pull request #736 from amitmishra11/fix-probe-seq-overflow",
"author_name": "Clar Fon",
"author_login": "clarfonthey",
"committed_at": "2026-07-06T16:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efa26d7468ca850b65d28d742b9e5fc7f6d19380",
"body": "In long probe sequences with a nearly-full table, the stride and pos\nfields can overflow using plain += before being masked back. Replacing\nthe additions with wrapping_add makes the arithmetic well-defined under\nall inputs and matches the intent of the subsequent mask (& bucket_mask).\n\nFixes #735\n\nAssisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Use wrapping arithmetic in ProbeSeq::move_next to avoid overflow",
"author_name": "Amit Mishra",
"author_login": "amitmishra11",
"committed_at": "2026-07-06T16:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d06997e39e5738c71369da6c74806d2386e0f56",
"body": "Fix provenance lint renaming",
"is_bot": false,
"headline": "Merge pull request #738 from clarfonthey/lints",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-07-05T22:27:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f36b2558de3bd48d7ea3a11eebb61425bdc5964f",
"body": null,
"is_bot": false,
"headline": "Fix provenance lint renaming",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2026-07-04T19:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33adaf60bc14bf6a9060909bb4900289380b050e",
"body": "Reduce reliance on default hasher/allocator",
"is_bot": false,
"headline": "Merge pull request #732 from clarfonthey/default-less",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-06-20T17:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbfed1412a040b630028cde6a5c944d116378b1e",
"body": null,
"is_bot": false,
"headline": "Reduce reliance on default hasher/allocator",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2026-06-20T16:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81f99db3428b7efa4067f35f3ab26f362f114542",
"body": "Use core for Layout instead of alloc",
"is_bot": false,
"headline": "Merge pull request #731 from clarfonthey/core-layout",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-06-20T16:08:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0786213a30ad2aa7f3b69aa0a46722bfd75ffa50",
"body": null,
"is_bot": false,
"headline": "Use core for Layout instead of alloc",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2026-06-20T15:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b53fea62820b537a08c99ad44ae111197660816f",
"body": "clippy: fix assert lints",
"is_bot": false,
"headline": "Merge pull request #729 from xtqqczze/clippy/manual_assert",
"author_name": "Clar Fon",
"author_login": "clarfonthey",
"committed_at": "2026-06-06T21:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "307b26426d33d2230923701565508c8e30612f57",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#manual_assert_eq",
"is_bot": false,
"headline": "clippy: fix manual_assert_eq lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-06-06T20:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cc42d93bc10e29f3fabd2486ee14acafed286b5",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#manual_assert",
"is_bot": false,
"headline": "clippy: fix manual_assert lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-06-06T20:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb1ed06d98299964e217d36706b2213b5c813bbb",
"body": "chore: release v0.17.1",
"is_bot": false,
"headline": "Merge pull request #714 from rust-lang/release-plz-2026-04-11T15-50-11Z",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-05-09T04:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c62a63a61b7caf2de8f9ecb7b06a66b0ab6bdf3d",
"body": null,
"is_bot": true,
"headline": "chore: release v0.17.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-09T04:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "420e83ba586255328ed3279479e7388ab32a1b79",
"body": "Add `HashMap::rustc_try_insert`",
"is_bot": false,
"headline": "Merge pull request #722 from cuviper/rustc_try_insert",
"author_name": "Josh Stone",
"author_login": "cuviper",
"committed_at": "2026-04-20T23:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51cecbdbf459737db65c6906db9c00d49fbf07ef",
"body": null,
"is_bot": false,
"headline": "Move the `RustcOccupiedError` note as requested in review",
"author_name": "Josh Stone",
"author_login": "cuviper",
"committed_at": "2026-04-20T23:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16d0f371630f29c3972dcc9cfac31c8dee3c7231",
"body": "This works like `try_insert` but with `RustcOccupiedEntry` in the error\ncase. The error also contains the attempted key as requested in the\nupstream `try_insert` tracking issue.",
"is_bot": false,
"headline": "Add `HashMap::rustc_try_insert`",
"author_name": "Josh Stone",
"author_login": "cuviper",
"committed_at": "2026-04-20T17:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18a04c52f30bbb491bc24c63975cc55c605a61fc",
"body": "Rename master to main in release-plz workflow",
"is_bot": false,
"headline": "Merge pull request #721 from clarfonthey/branch-rename",
"author_name": "Marco Ieni",
"author_login": "marcoieni",
"committed_at": "2026-04-20T16:12:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee8a0ee1276991e0f4dcaf4d9ed52ae3616663b6",
"body": null,
"is_bot": false,
"headline": "Rename master to main in release-plz workflow",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2026-04-20T14:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "147df6521d48a6d4a816b62962d5d387610c1d34",
"body": "Remove package.authors field from Cargo metadata",
"is_bot": false,
"headline": "Merge pull request #720 from xtqqczze/authors",
"author_name": "Clar Fon",
"author_login": "clarfonthey",
"committed_at": "2026-04-19T15:39:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64a0acbbba976e7ae2f9bf54a13e0cf6b2d65c58",
"body": null,
"is_bot": false,
"headline": "Remove package.authors field from Cargo metadata",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-04-19T15:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "867db72c99f0d4397bdd2c70b3eb2643c19e20d7",
"body": "Update Readme",
"is_bot": false,
"headline": "Merge pull request #716 from atouchet/rdm",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-04-15T22:39:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57b760ba0cb05ccd3ad6f538671dd8afa2c861fb",
"body": null,
"is_bot": false,
"headline": "Update Readme",
"author_name": "Alex Touchet",
"author_login": "atouchet",
"committed_at": "2026-04-15T05:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7564121c034ee44a9a1e1dd1629a8f90c1baa090",
"body": "lsx: use immediate form of vori for DELETED tag mask",
"is_bot": false,
"headline": "Merge pull request #715 from heiher/lsx-vori",
"author_name": "Clar Fon",
"author_login": "clarfonthey",
"committed_at": "2026-04-12T03:34:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "278674b3125e8f774389994d68ca78b2defdc25b",
"body": "Replace `lsx_vor_v` with `lsx_vori_b` to apply the DELETED tag mask\nusing the immediate form instead of materializing a vector constant.",
"is_bot": false,
"headline": "lsx: use immediate form of vori for DELETED tag mask",
"author_name": "WANG Rui",
"author_login": "heiher",
"committed_at": "2026-04-12T03:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83fe4603c9bb44cacdd864cd17b4f75ff97c2732",
"body": "lsx: use immediate form of vslti for zero comparison",
"is_bot": false,
"headline": "Merge pull request #712 from heiher/lsx",
"author_name": "Clar Fon",
"author_login": "clarfonthey",
"committed_at": "2026-04-11T15:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3469bb8098e28d39f9f408c055cd2bc1776e1b0b",
"body": "Replace the sequence that materializes a zero vector and performs\n`lsx_vslt_b` with the immediate variant `lsx_vslti_b::<0>`.",
"is_bot": false,
"headline": "lsx: use immediate form of vslti for zero comparison",
"author_name": "WANG Rui",
"author_login": "heiher",
"committed_at": "2026-04-11T14:39:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "435eaf5db5f0840a4086b3a64856040b48d2a219",
"body": "chore: release v0.17.0",
"is_bot": false,
"headline": "Merge pull request #665 from rust-lang/release-plz-2025-11-29T03-15-59Z",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-04-09T14:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d290456969d0e89e6799d8a673c95112962b70ec",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.17.0",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-04-09T13:44:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d937c631cc8144ca744c3b72c463b189561af37c",
"body": null,
"is_bot": false,
"headline": "Update changelog for version 0.17.0",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-04-09T13:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a6fba6e3b83d40189592d476ebe710b70b34bdd",
"body": null,
"is_bot": true,
"headline": "chore: release v0.16.2",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-06T23:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b6489a2c174e6625495bbf7e133d27fd443d317",
"body": "Fix incorrect length if a hasher panics during rehash",
"is_bot": false,
"headline": "Merge pull request #710 from Amanieu/fix-rehash-unwind",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-04-06T23:01:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "375087ffbc700af1675a7e36b35a446a574c93ec",
"body": null,
"is_bot": false,
"headline": "Reduce test runtime on Miri",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-04-06T17:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1c4403d573a8fd83ecc2f54c0f1b407f1b86d24",
"body": "chore: move to criterion benches from nightly",
"is_bot": false,
"headline": "Merge pull request #709 from 0xdeafbeef/benches",
"author_name": "Clar Fon",
"author_login": "clarfonthey",
"committed_at": "2026-04-06T17:24:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e54270217f947952320e0f4c410be8e65237131a",
"body": null,
"is_bot": false,
"headline": "Merge benches; split bench helpers",
"author_name": "Vladimir Petrzhikovskii",
"author_login": "0xdeafbeef",
"committed_at": "2026-04-06T16:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d1517f7339df628412fddf72f793436bbaba81d",
"body": null,
"is_bot": false,
"headline": "Check benches with clippy, don't run ever on CI",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2026-04-06T16:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e82981cca90f4b3b9bd2504be19e6eba385e7e05",
"body": null,
"is_bot": false,
"headline": "chore: move to criterion benches from nightly",
"author_name": "Vladimir Petrzhikovskii",
"author_login": "0xdeafbeef",
"committed_at": "2026-04-06T16:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cb0eb5c55140e110ca30da1138ca763f6cebc47",
"body": null,
"is_bot": false,
"headline": "Fix incorrect length if a hasher panics during rehash",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-04-06T13:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e16b65ce5a57c62cca8ae3cbd008cdb4e2bd62fc",
"body": "Relax MSRV to 1.85.0",
"is_bot": false,
"headline": "Merge pull request #708 from cuviper/msrv-1.85.0",
"author_name": "Josh Stone",
"author_login": "cuviper",
"committed_at": "2026-04-03T16:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a4fc26976a7e1c4a81267a1fd6d97d171e517bc",
"body": null,
"is_bot": false,
"headline": "Add a comment about keeping MSRV in sync",
"author_name": "Josh Stone",
"author_login": "cuviper",
"committed_at": "2026-04-03T16:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e776389121990416016c722d4ba3f09ac8b2f3e0",
"body": null,
"is_bot": false,
"headline": "Update the MSRV badge in the readme",
"author_name": "Josh Stone",
"author_login": "cuviper",
"committed_at": "2026-04-03T00:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25e617393ffff912d93d0eb8f44939578d753cac",
"body": null,
"is_bot": false,
"headline": "Relax MSRV to 1.85.0",
"author_name": "Josh Stone",
"author_login": "cuviper",
"committed_at": "2026-04-03T00:37:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bca52e3368231dc9663c00606af30bc6c7b530e",
"body": "Don't overwrite MIRIFLAGS, for testing",
"is_bot": false,
"headline": "Merge pull request #706 from clarfonthey/miriflags",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-03-25T21:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a4c25c567639b0f5cb4ab071e83cab9e6559593",
"body": null,
"is_bot": false,
"headline": "Don't overwrite MIRIFLAGS, for testing",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2026-03-19T20:34:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e10037b8046ffb5a54836d03b93eb33408a774a",
"body": "Lint SIMD code, fix generic expectation failures",
"is_bot": false,
"headline": "Merge pull request #696 from clarfonthey/lint_simd",
"author_name": "Clar Fon",
"author_login": "clarfonthey",
"committed_at": "2026-03-07T05:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dd278e2dfeed71f1dd9f5fe712d2380aa56abad",
"body": null,
"is_bot": false,
"headline": "Actually test LSX, remove unused features",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2026-03-07T05:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c67adb64959791c27a9c9f634f0d8c4eb2d06372",
"body": null,
"is_bot": false,
"headline": "Lint SIMD code, fix generic expectation failures",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2026-03-07T04:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74f69d4a298818f214a979d8a6b3b82e24e2ae2c",
"body": "clippy: fix control flow lints",
"is_bot": false,
"headline": "Merge pull request #699 from xtqqczze/clippy/control-flow",
"author_name": "Clar Fon",
"author_login": "clarfonthey",
"committed_at": "2026-03-05T09:52:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cdfb0e25e5e3b5a24ef695afa0ebc67e640e119",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#match_same_arms",
"is_bot": false,
"headline": "clippy: fix match_same_arms lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-03-04T14:57:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bfc17f778badb727abe2e099e41de2767387aac",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#single_match_else",
"is_bot": false,
"headline": "clippy: fix single_match_else lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-03-04T14:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa2a7ff5e6990686ac7c5303d90388be59ef2088",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#if_not_else",
"is_bot": false,
"headline": "clippy: fix if_not_else lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-03-04T14:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5f3b8bcbf3b05177a2bac174ddb8ddae88a0561",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#needless_continue",
"is_bot": false,
"headline": "clippy: fix needless_continue lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-03-04T14:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6b70729b500c3f473e1d14a85d73295e658c2d0",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#redundant_else",
"is_bot": false,
"headline": "clippy: fix redundant_else lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-03-04T14:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc408e72b051b4303781be5d5e16a4f98f3ce8ae",
"body": "clippy: fix manual_let_else lint",
"is_bot": false,
"headline": "Merge pull request #690 from xtqqczze/clippy/manual_let_else",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-03-04T10:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fedf48d38e9c04c76824e52417532f92dbc4b1f2",
"body": "impl Error for TryReserveError",
"is_bot": false,
"headline": "Merge pull request #698 from clarfonthey/impl-error",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-03-04T10:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a5ccbf2b7ce68b0186d5ebe44e0180a990d73bd",
"body": null,
"is_bot": false,
"headline": "impl Error for TryReserveError",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2026-03-03T00:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0a8eb48cb799f8ac38660fd76cc35b0781e6a29",
"body": "Add `#[must_use]` to constructors",
"is_bot": false,
"headline": "Merge pull request #697 from xtqqczze/must-use-constructors",
"author_name": "Clar Fon",
"author_login": "clarfonthey",
"committed_at": "2026-02-28T20:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6758b149506e421ad8f4676eb5d01d5e6cb2f5fe",
"body": "Fix potential UB in `RawTableInner::fallible_with_capacity`",
"is_bot": false,
"headline": "Merge pull request #692 from N1ark/fix-uninit-slice",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-02-28T17:21:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8e2b06c9548d409badc354f65038800b4fb565e",
"body": null,
"is_bot": false,
"headline": "Add #[must_use] to constructors",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-28T10:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a635266e8680ee781820722e5c77c29b97c127a2",
"body": "Only the functions that match those in the standard library with `#[must_use]` annotations",
"is_bot": false,
"headline": "Add #[must_use] to constructors",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-28T00:21:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f15a0272f87d977fed69b8508bbca680c200d08",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#manual_let_else",
"is_bot": false,
"headline": "clippy: fix manual_let_else lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-27T22:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba0c71f69a92e4cd96562dc788170f87eb92fbea",
"body": "clippy: fix str_to_string lint",
"is_bot": false,
"headline": "Merge pull request #688 from xtqqczze/clippy/str_to_string",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-02-27T22:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36781c0583d6037013bdcc7ce2c32fc7d6e3cf2a",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#str_to_string",
"is_bot": false,
"headline": "clippy: fix str_to_string lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-27T21:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb6d6290fba7d345e71390cfeb061e44742bdbbd",
"body": "clippy: fix raw ptr lints",
"is_bot": false,
"headline": "Merge pull request #687 from xtqqczze/clippy/ptr",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-02-27T20:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "560aaf1943911b522ed6cb6a54095bc37cb7562d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into clippy/ptr",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-02-27T20:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92fa9eeb34fe9bfc5a4e84254f9cac01400ad8db",
"body": "Replace lazy_static with LazyLock",
"is_bot": false,
"headline": "Merge pull request #684 from xtqqczze/rm-lazy_static",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-02-27T20:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "376aa8ede6aa39adc166e29994318abe19328c95",
"body": "refactor: replace unreachable patterns with unwrap_unchecked",
"is_bot": false,
"headline": "Merge pull request #693 from xtqqczze/unwrap_unchecked",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-02-27T20:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b65e15c65fc687fed4a61e2057f518f6f38f9d77",
"body": "clippy: fix unfulfilled_lint_expectations lint",
"is_bot": false,
"headline": "Merge pull request #685 from xtqqczze/clippy/cast_ptr_alignment",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-02-27T20:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1faeaba9a71175dac646beed8d55b6b93e59dfe",
"body": "Add entry `into_map` methods",
"is_bot": false,
"headline": "Merge pull request #686 from cuviper/into_map",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-02-27T20:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de778bc3d5adee1fa49eb08b2e397d7381362a79",
"body": "…urned\n\nclippy: fix semicolon_if_nothing_returned lint",
"is_bot": false,
"headline": "Merge pull request #689 from xtqqczze/clippy/semicolon_if_nothing_ret…",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-02-27T20:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a41940ac86f6d08396594e4c062b4039dcb6099f",
"body": "fix: disable panic tests on wasm32",
"is_bot": false,
"headline": "Merge pull request #695 from marxin/disable-panic-tests-on-wasm32",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-02-22T09:24:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ade690e522fa28915b73280d1d172b574002170",
"body": null,
"is_bot": false,
"headline": "use cfg(panic = \"unwind\")",
"author_name": "Martin Liska",
"author_login": "marxin",
"committed_at": "2026-02-22T07:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ebe6a3245c516c9476136f7544ce6ed96ec6cc6",
"body": "There's missing unwinding capability and thus the tests fail with\nunreachable (when run indexr wasmtime):\n\n```\ntest map::test_map::test_catch_panic_clone_from_when_len_is_equal ... Error: failed to run main module `target/wasm32-wasip1/debug/deps/hashbrown-ec6b00a3de819392.wasm`\n\nCaused by:\n 0: f\n[…]\n invoke command default\n 1: error while executing at wasm backtrace:\n 0: 0xff82c - hashbrown-ec6b00a3de819392.wasm!abort\n...\n 2: wasm trap: wasm `unreachable` instruction executed\n```",
"is_bot": false,
"headline": "fix: disable panic tests on wasm32",
"author_name": "Martin Liska",
"author_login": "marxin",
"committed_at": "2026-02-21T13:00:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ea6e08bfb208051e1f71d77e3d03a624af1f13dd",
"body": null,
"is_bot": false,
"headline": "refactor: replace unreachable patterns with unwrap_unchecked",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-21T03:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b3bba6eb4b2f03636155c918552b5f30c1a05b3",
"body": null,
"is_bot": false,
"headline": "Fix slice of uninitialised values",
"author_name": "N1ark",
"author_login": "N1ark",
"committed_at": "2026-02-20T13:14:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6398d4ce159a8be61e8742595902be5544582026",
"body": "Since Rust 1.80 `LazyLock` was stabilized.\n\n`Vec::new` is const so no `LazyLock` required for that.",
"is_bot": false,
"headline": "Replace lazy_static with LazyLock",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-17T00:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04e0be00a591d639e04b4743f7e2ab174b85d32f",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#semicolon_if_nothing_returned",
"is_bot": false,
"headline": "clippy: fix semicolon_if_nothing_returned lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-16T22:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "966ef6e197cb482b5d796e4c4174eee45c501a45",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#ptr_as_ptr",
"is_bot": false,
"headline": "clippy: fix ptr_as_ptr lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-16T22:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4f1b012a7830fafd78240fe4056580a87e0a56b",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#ref_as_ptr",
"is_bot": false,
"headline": "clippy: fix ref_as_ptr lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-16T22:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "383ff053e6025823c145cc5e1ed080918a50bc2d",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#ptr_cast_constness",
"is_bot": false,
"headline": "clippy: fix ptr_cast_constness lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-16T22:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c725e81f10a5af812d0af0142ff941cb78cdc0b",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr",
"is_bot": false,
"headline": "clippy: fix borrow_as_ptr lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-16T22:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a1720419e67d6cd851d19fc513535597dbca359",
"body": "This adds methods to get the original `&'a mut HashMap` reference from\n`hash_map::{Entry, EntryRef, OccupiedEntry, VacantEntry, VacantEntryRef}`\nto help with current borrow-checker limitations in returning lifetimes\nfrom different branches.\n\n```rust\n /// Converts the `Entry` into a mutable refere\n[…]\no return, especially since they aren't even parameterized by\nthe `S` hasher at all -- they are wrapping `RustcEntry` here.\n\n[1]: https://internals.rust-lang.org/t/get-mut-map-back-from-entry-api/24003",
"is_bot": false,
"headline": "Add entry `into_map` methods",
"author_name": "Josh Stone",
"author_login": "cuviper",
"committed_at": "2026-02-16T18:59:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0878539328a281190d5ed79ed9e26944cf3d6167",
"body": "casting to a less strictly aligned pointer (`u8`) does not trigger the lint",
"is_bot": false,
"headline": "clippy: fix unfulfilled_lint_expectations lint",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-16T13:14:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d84a5526b24518033e9563d4ab4bebb1c6ba6c3c",
"body": "Clarify std default hasher",
"is_bot": false,
"headline": "Merge pull request #682 from xtqqczze/patch-1",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-02-05T17:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95de86e4bc184bc3ab386ab80fbacf23fd00e47",
"body": "Make `HashSet::replace` work without raw table internals",
"is_bot": false,
"headline": "Merge pull request #681 from clarfonthey/replace-key",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-02-05T17:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "774d8e29bf5801be224250592b044cae07df90cb",
"body": null,
"is_bot": false,
"headline": "Clarify std default hasher",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-02-03T19:38:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d65964b0733c6aa41a4e3ac1d1259083f6f6bc86",
"body": null,
"is_bot": false,
"headline": "Make HashSet::replace work without raw table internals",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2026-02-02T04:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9641fb3eea9a07933fb631da6e4f5070d2f7e1da",
"body": "Move `crate::raw::alloc` into `crate::alloc`",
"is_bot": false,
"headline": "Merge pull request #679 from clarfonthey/alloc2",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2026-01-27T15:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b876ced13cb79447472942999e512d192b7dbeeb",
"body": null,
"is_bot": false,
"headline": "Move crate::raw::alloc into crate::alloc",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2026-01-09T06:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e9c6700affea584071cfaa261a707cb258112b4",
"body": "Replace manual rustdoc links with better ones",
"is_bot": false,
"headline": "Merge pull request #674 from clarfonthey/doc-links",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2025-12-29T21:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df2ab5f714cec37e7703f505c0489e98b4521366",
"body": null,
"is_bot": false,
"headline": "Run cargo doc on CI",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2025-12-29T21:26:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d9d1f94de444784cf23571139a0ad11216b44ff",
"body": null,
"is_bot": false,
"headline": "Replace manual rustdoc links with better ones",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2025-12-29T21:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6efda58a30fe712a567e97cbe8f10255d6663d6e",
"body": "MSRV 1.85, Edition 2024",
"is_bot": false,
"headline": "Merge pull request #676 from clarfonthey/msrv-1.84",
"author_name": "Amanieu d'Antras",
"author_login": "Amanieu",
"committed_at": "2025-12-29T13:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52ae5fff0d9273e644f20ad764eaf181e3fcb0a3",
"body": null,
"is_bot": false,
"headline": "MSRV 1.85, edition 2024",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2025-12-28T19:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e54e92aedb39be2a10e5e6f438e150254678691b",
"body": null,
"is_bot": false,
"headline": "Run taplo in CI",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2025-12-28T19:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c74adb5200e64ea98a0a6e68b633c1ed0c9c48ab",
"body": "…wing a lint",
"is_bot": false,
"headline": "BitMask::invert isn't used in all cases; just inline it to avoid allo…",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2025-12-24T00:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "673129dc72e25b1ee2eddaf9cc273a7bc56d547d",
"body": null,
"is_bot": false,
"headline": "Remove expectations that no longer apply",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2025-12-24T00:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ea80121eda6029a1aedfbb0fc62e6d602670b5a",
"body": null,
"is_bot": false,
"headline": "Replace allow with expect where possible",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2025-12-24T00:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac2e45443b4322ba42d4eb5443b7c1ee71d1b3a2",
"body": null,
"is_bot": false,
"headline": "Deny unreachable_pub",
"author_name": "ltdk",
"author_login": "clarfonthey",
"committed_at": "2025-12-23T22:18:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 178,
"latest_release_at": "2026-05-09T04:35:07Z",
"latest_release_tag": "v0.17.1",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 35,
"days_since_latest_release": 74,
"mean_days_between_releases": 62.2
},
"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": "hashbrown",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"hash",
"hashmap",
"no_std",
"swisstable",
"data-structures",
"no-std"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/hashbrown",
"is_deprecated": false,
"latest_version": "0.17.1",
"repository_url": "https://github.com/rust-lang/hashbrown",
"versions_count": 56,
"total_downloads": 2006175382,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 184351990,
"first_published_at": "2018-10-29T14:28:15.767024Z",
"latest_published_at": "2026-05-09T04:35:04.251000Z",
"latest_version_yanked": false,
"days_since_latest_publish": 74
}
]
},
"popularity": {
"forks": 353,
"stars": 2973,
"watchers": 30,
"fork_history": {
"days": [
{
"date": "2018-10-31",
"count": 6
},
{
"date": "2018-11-01",
"count": 1
},
{
"date": "2018-11-02",
"count": 1
},
{
"date": "2018-11-03",
"count": 1
},
{
"date": "2018-11-08",
"count": 1
},
{
"date": "2018-11-29",
"count": 1
},
{
"date": "2018-11-30",
"count": 1
},
{
"date": "2018-12-20",
"count": 1
},
{
"date": "2019-01-02",
"count": 1
},
{
"date": "2019-01-27",
"count": 1
},
{
"date": "2019-02-02",
"count": 1
},
{
"date": "2019-02-10",
"count": 1
},
{
"date": "2019-02-14",
"count": 1
},
{
"date": "2019-03-07",
"count": 1
},
{
"date": "2019-03-20",
"count": 1
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-03-31",
"count": 1
},
{
"date": "2019-04-04",
"count": 2
},
{
"date": "2019-04-11",
"count": 1
},
{
"date": "2019-04-24",
"count": 1
},
{
"date": "2019-04-25",
"count": 2
},
{
"date": "2019-04-26",
"count": 1
},
{
"date": "2019-04-29",
"count": 1
},
{
"date": "2019-06-08",
"count": 1
},
{
"date": "2019-06-11",
"count": 1
},
{
"date": "2019-06-13",
"count": 1
},
{
"date": "2019-06-15",
"count": 1
},
{
"date": "2019-06-16",
"count": 1
},
{
"date": "2019-06-30",
"count": 1
},
{
"date": "2019-07-03",
"count": 1
},
{
"date": "2019-07-06",
"count": 1
},
{
"date": "2019-07-09",
"count": 1
},
{
"date": "2019-07-17",
"count": 1
},
{
"date": "2019-08-05",
"count": 1
},
{
"date": "2019-08-15",
"count": 1
},
{
"date": "2019-08-30",
"count": 1
},
{
"date": "2019-09-04",
"count": 1
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-09-27",
"count": 1
},
{
"date": "2019-10-01",
"count": 1
},
{
"date": "2019-10-03",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-28",
"count": 1
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-11-10",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2019-11-18",
"count": 1
},
{
"date": "2019-12-15",
"count": 1
},
{
"date": "2020-01-13",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-01-31",
"count": 1
},
{
"date": "2020-03-06",
"count": 1
},
{
"date": "2020-03-07",
"count": 1
},
{
"date": "2020-03-10",
"count": 1
},
{
"date": "2020-03-25",
"count": 1
},
{
"date": "2020-03-28",
"count": 1
},
{
"date": "2020-04-03",
"count": 1
},
{
"date": "2020-04-05",
"count": 1
},
{
"date": "2020-04-14",
"count": 1
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-04-22",
"count": 1
},
{
"date": "2020-04-29",
"count": 1
},
{
"date": "2020-05-09",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-06-29",
"count": 1
},
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2020-07-06",
"count": 1
},
{
"date": "2020-07-09",
"count": 1
},
{
"date": "2020-07-25",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-08-25",
"count": 2
},
{
"date": "2020-09-11",
"count": 1
},
{
"date": "2020-09-13",
"count": 1
},
{
"date": "2020-09-20",
"count": 1
},
{
"date": "2020-09-29",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-10-08",
"count": 1
},
{
"date": "2020-10-28",
"count": 3
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2020-11-08",
"count": 1
},
{
"date": "2020-11-19",
"count": 1
},
{
"date": "2020-11-21",
"count": 1
},
{
"date": "2020-12-08",
"count": 1
},
{
"date": "2020-12-18",
"count": 1
},
{
"date": "2020-12-27",
"count": 1
},
{
"date": "2021-01-02",
"count": 1
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-01-20",
"count": 1
},
{
"date": "2021-01-27",
"count": 1
},
{
"date": "2021-02-11",
"count": 1
},
{
"date": "2021-02-17",
"count": 1
},
{
"date": "2021-02-22",
"count": 1
},
{
"date": "2021-02-26",
"count": 1
},
{
"date": "2021-03-01",
"count": 1
},
{
"date": "2021-03-04",
"count": 1
},
{
"date": "2021-03-10",
"count": 2
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-03-19",
"count": 2
},
{
"date": "2021-03-21",
"count": 1
},
{
"date": "2021-03-25",
"count": 1
},
{
"date": "2021-04-02",
"count": 1
},
{
"date": "2021-04-03",
"count": 1
},
{
"date": "2021-04-04",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-05-12",
"count": 1
},
{
"date": "2021-05-22",
"count": 1
},
{
"date": "2021-05-26",
"count": 1
},
{
"date": "2021-06-16",
"count": 1
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-07-16",
"count": 1
},
{
"date": "2021-07-26",
"count": 1
},
{
"date": "2021-07-31",
"count": 1
},
{
"date": "2021-08-01",
"count": 2
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-08-07",
"count": 1
},
{
"date": "2021-08-25",
"count": 2
},
{
"date": "2021-09-01",
"count": 1
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2021-09-14",
"count": 1
},
{
"date": "2021-09-20",
"count": 2
},
{
"date": "2021-10-03",
"count": 1
},
{
"date": "2021-10-31",
"count": 1
},
{
"date": "2021-11-12",
"count": 1
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-03-13",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-03-17",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-04-25",
"count": 1
},
{
"date": "2022-04-26",
"count": 2
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-05-06",
"count": 1
},
{
"date": "2022-05-11",
"count": 1
},
{
"date": "2022-05-14",
"count": 1
},
{
"date": "2022-06-24",
"count": 1
},
{
"date": "2022-07-01",
"count": 2
},
{
"date": "2022-07-17",
"count": 1
},
{
"date": "2022-07-22",
"count": 1
},
{
"date": "2022-07-29",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-08-19",
"count": 1
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-22",
"count": 1
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-10-02",
"count": 1
},
{
"date": "2022-10-18",
"count": 1
},
{
"date": "2022-10-20",
"count": 1
},
{
"date": "2022-11-03",
"count": 2
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2022-11-14",
"count": 1
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2022-12-01",
"count": 1
},
{
"date": "2022-12-20",
"count": 1
},
{
"date": "2023-01-03",
"count": 1
},
{
"date": "2023-01-14",
"count": 1
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-13",
"count": 1
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-02-22",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-03-19",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-04-11",
"count": 4
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-04-24",
"count": 1
},
{
"date": "2023-05-01",
"count": 1
},
{
"date": "2023-05-07",
"count": 1
},
{
"date": "2023-05-09",
"count": 1
},
{
"date": "2023-06-08",
"count": 1
},
{
"date": "2023-06-18",
"count": 1
},
{
"date": "2023-07-08",
"count": 1
},
{
"date": "2023-07-11",
"count": 1
},
{
"date": "2023-07-14",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-07-20",
"count": 2
},
{
"date": "2023-07-22",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2023-07-28",
"count": 1
},
{
"date": "2023-08-07",
"count": 1
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2023-08-20",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-09-10",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-11-15",
"count": 1
},
{
"date": "2023-12-06",
"count": 1
},
{
"date": "2023-12-13",
"count": 1
},
{
"date": "2023-12-24",
"count": 1
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-02-08",
"count": 2
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-02-11",
"count": 1
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-03-23",
"count": 1
},
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2024-04-17",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-05-25",
"count": 1
},
{
"date": "2024-05-30",
"count": 2
},
{
"date": "2024-06-16",
"count": 1
},
{
"date": "2024-07-06",
"count": 1
},
{
"date": "2024-07-12",
"count": 1
},
{
"date": "2024-07-14",
"count": 1
},
{
"date": "2024-08-18",
"count": 1
},
{
"date": "2024-08-22",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-08-28",
"count": 1
},
{
"date": "2024-09-03",
"count": 1
},
{
"date": "2024-09-16",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2024-10-11",
"count": 2
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2024-10-17",
"count": 1
},
{
"date": "2024-10-27",
"count": 1
},
{
"date": "2024-10-31",
"count": 1
},
{
"date": "2024-11-01",
"count": 1
},
{
"date": "2024-11-14",
"count": 1
},
{
"date": "2024-11-29",
"count": 1
},
{
"date": "2024-12-11",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2024-12-18",
"count": 1
},
{
"date": "2024-12-19",
"count": 1
},
{
"date": "2025-01-11",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-03-12",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-04-05",
"count": 1
},
{
"date": "2025-04-07",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-05-24",
"count": 1
},
{
"date": "2025-05-26",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-08",
"count": 1
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-07-26",
"count": 1
},
{
"date": "2025-08-04",
"count": 1
},
{
"date": "2025-08-18",
"count": 2
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-09-13",
"count": 2
},
{
"date": "2025-09-16",
"count": 1
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-12-13",
"count": 1
},
{
"date": "2025-12-21",
"count": 1
},
{
"date": "2025-12-28",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-02-02",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-17",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-02-21",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-03-21",
"count": 1
},
{
"date": "2026-04-05",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-22",
"count": 2
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-13",
"count": 2
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
}
],
"complete": true,
"collected": 338,
"total_forks": 353
},
"star_history": null,
"open_issues_and_prs": 84
},
"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": 216094,
"source_files_sampled": 39,
"oversized_source_files": 4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 14,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "foldhash",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.0"
},
{
"name": "rayon",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.9.0"
},
{
"name": "serde_core",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.221"
},
{
"name": "core",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.0"
},
{
"name": "alloc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.0"
},
{
"name": "allocator-api2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.9"
},
{
"name": "equivalent",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "allocator-api2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rayon",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "fnv",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rustc-std-workspace-alloc",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rustc-std-workspace-core",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_test",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 5,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 24,
"merged_prs": 421,
"open_issues": 60,
"closed_ratio": 0.738,
"closed_issues": 169,
"closed_unmerged_prs": 65
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "Amanieu",
"commits": 335,
"avatar_url": "https://avatars.githubusercontent.com/u/278509?v=4"
},
{
"type": "User",
"login": "bors",
"commits": 259,
"avatar_url": "https://avatars.githubusercontent.com/u/3372342?v=4"
},
{
"type": "User",
"login": "JustForFun88",
"commits": 87,
"avatar_url": "https://avatars.githubusercontent.com/u/100504524?v=4"
},
{
"type": "User",
"login": "cuviper",
"commits": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/36186?v=4"
},
{
"type": "User",
"login": "clarfonthey",
"commits": 51,
"avatar_url": "https://avatars.githubusercontent.com/u/15850505?v=4"
},
{
"type": "User",
"login": "xtqqczze",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/45661989?v=4"
},
{
"type": "User",
"login": "tkaitchuck",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/4756752?v=4"
},
{
"type": "User",
"login": "RalfJung",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/330628?v=4"
},
{
"type": "User",
"login": "SkiFire13",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/9020423?v=4"
},
{
"type": "User",
"login": "jonhoo",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/176295?v=4"
}
],
"contributors_sampled": 98,
"top_contributor_share": 0.285
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release-plz.yml",
"rust.yml"
],
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"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": 9,
"reason": "Found 11/12 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 30 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": 0,
"reason": "no 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": 10,
"reason": "15 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": "227319c890c9663e953fdae44fd78e1c3a38bac3",
"ran_at": "2026-07-22T23:51:23Z",
"aggregate_score": 5.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T17:47:06Z",
"oldest_open_prs": [
{
"number": 255,
"created_at": "2021-04-05T17:55:11Z",
"last_comment_at": "2025-08-19T16:56:39Z",
"last_comment_author": "Amanieu"
},
{
"number": 367,
"created_at": "2022-10-12T13:09:36Z",
"last_comment_at": "2024-05-30T14:21:59Z",
"last_comment_author": "bors"
},
{
"number": 396,
"created_at": "2023-02-14T23:28:03Z",
"last_comment_at": "2023-02-22T15:03:34Z",
"last_comment_author": "Amanieu"
},
{
"number": 408,
"created_at": "2023-02-25T08:46:15Z",
"last_comment_at": "2023-10-19T16:52:39Z",
"last_comment_author": "bors"
},
{
"number": 419,
"created_at": "2023-04-12T02:49:50Z",
"last_comment_at": "2023-08-31T20:32:43Z",
"last_comment_author": "Amanieu"
},
{
"number": 420,
"created_at": "2023-04-12T19:35:22Z",
"last_comment_at": "2025-08-22T14:59:42Z",
"last_comment_author": "the8472"
},
{
"number": 436,
"created_at": "2023-06-08T18:30:48Z",
"last_comment_at": "2023-06-10T13:40:30Z",
"last_comment_author": "Diggsey"
},
{
"number": 472,
"created_at": "2023-10-02T09:47:32Z",
"last_comment_at": "2024-02-12T18:32:20Z",
"last_comment_author": "bors"
},
{
"number": 507,
"created_at": "2024-02-22T13:35:55Z",
"last_comment_at": "2024-03-19T16:41:24Z",
"last_comment_author": "matthieu-m"
},
{
"number": 517,
"created_at": "2024-04-01T13:40:28Z",
"last_comment_at": "2024-06-07T12:21:21Z",
"last_comment_author": "bors"
},
{
"number": 588,
"created_at": "2024-11-14T04:42:13Z",
"last_comment_at": "2024-11-29T02:30:00Z",
"last_comment_author": "tugtugtug"
},
{
"number": 591,
"created_at": "2024-11-19T11:44:40Z",
"last_comment_at": "2024-11-23T00:30:21Z",
"last_comment_author": "Amanieu"
},
{
"number": 621,
"created_at": "2025-05-04T20:53:09Z",
"last_comment_at": "2026-02-17T07:37:58Z",
"last_comment_author": "morrisonlevi"
},
{
"number": 656,
"created_at": "2025-10-11T10:01:55Z",
"last_comment_at": "2026-03-02T22:29:57Z",
"last_comment_author": "clarfonthey"
},
{
"number": 666,
"created_at": "2025-11-29T21:31:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 672,
"created_at": "2025-12-11T12:26:14Z",
"last_comment_at": "2026-05-24T21:48:29Z",
"last_comment_author": "clarfonthey"
},
{
"number": 702,
"created_at": "2026-03-15T11:08:58Z",
"last_comment_at": "2026-03-15T14:45:20Z",
"last_comment_author": "clarfonthey"
},
{
"number": 704,
"created_at": "2026-03-15T21:42:41Z",
"last_comment_at": "2026-03-21T14:01:43Z",
"last_comment_author": "Dandandan"
},
{
"number": 718,
"created_at": "2026-04-16T21:50:34Z",
"last_comment_at": "2026-05-24T21:52:32Z",
"last_comment_author": "clarfonthey"
},
{
"number": 725,
"created_at": "2026-04-29T17:43:37Z",
"last_comment_at": "2026-05-01T14:53:08Z",
"last_comment_author": "clarfonthey"
}
],
"last_merged_pr_at": "2026-07-17T17:46:32Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 4,
"created_at": "2018-10-30T14:38:01Z",
"last_comment_at": "2019-06-26T22:12:46Z",
"last_comment_author": "alkis"
},
{
"number": 11,
"created_at": "2018-10-31T02:18:12Z",
"last_comment_at": "2020-07-28T14:35:06Z",
"last_comment_author": "jakubadamw"
},
{
"number": 69,
"created_at": "2019-04-25T11:49:29Z",
"last_comment_at": "2019-04-26T17:47:38Z",
"last_comment_author": "Gankra"
},
{
"number": 117,
"created_at": "2019-09-28T08:08:32Z",
"last_comment_at": "2022-01-06T04:07:03Z",
"last_comment_author": "ibraheemdev"
},
{
"number": 137,
"created_at": "2019-12-22T23:58:54Z",
"last_comment_at": "2019-12-23T00:08:55Z",
"last_comment_author": "Lokathor"
},
{
"number": 153,
"created_at": "2020-04-23T17:09:52Z",
"last_comment_at": "2022-12-29T20:06:55Z",
"last_comment_author": "Amanieu"
},
{
"number": 220,
"created_at": "2020-12-27T16:01:07Z",
"last_comment_at": "2020-12-27T20:59:09Z",
"last_comment_author": "zeenix"
},
{
"number": 225,
"created_at": "2021-01-18T01:02:26Z",
"last_comment_at": "2021-01-22T00:16:34Z",
"last_comment_author": "Amanieu"
},
{
"number": 234,
"created_at": "2021-01-29T08:05:38Z",
"last_comment_at": "2023-01-14T03:52:40Z",
"last_comment_author": "stepancheg"
},
{
"number": 258,
"created_at": "2021-04-21T19:37:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 260,
"created_at": "2021-05-01T22:35:24Z",
"last_comment_at": "2021-05-11T19:22:13Z",
"last_comment_author": "folkertdev"
},
{
"number": 278,
"created_at": "2021-07-14T19:02:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 306,
"created_at": "2022-01-12T14:27:14Z",
"last_comment_at": "2022-01-12T18:09:06Z",
"last_comment_author": "phip1611"
},
{
"number": 309,
"created_at": "2022-01-17T14:16:51Z",
"last_comment_at": "2022-01-21T08:54:27Z",
"last_comment_author": "yanchith"
},
{
"number": 311,
"created_at": "2022-02-02T10:39:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 315,
"created_at": "2022-03-17T04:26:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 319,
"created_at": "2022-04-07T01:37:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 322,
"created_at": "2022-04-28T02:13:12Z",
"last_comment_at": "2022-10-02T21:17:43Z",
"last_comment_author": "rustbot"
},
{
"number": 332,
"created_at": "2022-05-09T17:18:11Z",
"last_comment_at": "2023-03-01T01:58:31Z",
"last_comment_author": "Amanieu"
},
{
"number": 369,
"created_at": "2022-10-26T21:30:24Z",
"last_comment_at": "2024-01-09T09:03:17Z",
"last_comment_author": "CastilloDel"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rust-lang/hashbrown",
"host": "github.com",
"name": "hashbrown",
"owner": "rust-lang"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"security": 58,
"vitality": 90,
"community": 77,
"governance": 80,
"engineering": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 90,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 88,
"inputs": {
"commits_last_year": 178,
"human_commit_share": 0.98,
"days_since_last_push": 5,
"active_weeks_last_year": 35
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "35/52 weeks with commits",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 35
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "178 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 178
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 92,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.17.1",
"releases_from_tags": false,
"days_since_latest_release": 74,
"mean_days_between_releases": 62.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 74 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 74
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~62.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 62.2
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 77,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"forks": 353,
"stars": 2973,
"watchers": 30,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,973 stars",
"points": 56.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2973
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "353 forks",
"points": 21.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 353
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "30 watchers",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 30
}
}
],
"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": [
"hashbrown"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 2006175382,
"monthly_downloads": 184351990
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "184,351,990 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 184351990,
"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": 80,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 98,
"top_contributor_share": 0.285
},
"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 28% of commits",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 28
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "98 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 98
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 30 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 421,
"open_issues": 60,
"closed_issues": 169,
"issue_closed_ratio": 0.738,
"closed_unmerged_prs": 65
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "74% of issues closed",
"points": 34.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 74
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "421/486 decided PRs merged",
"points": 33.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 421,
"decided": 486
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 11/12 approved changesets -- score normalized to 9",
"points": 13.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": 100,
"inputs": {
"packages": [
"hashbrown"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 74
},
"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 74 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 74
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "56 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 56
}
}
],
"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": 63,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://rust-lang.github.io/hashbrown",
"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": "https://rust-lang.github.io/hashbrown",
"points": 15,
"status": "met",
"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": 58,
"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": 58,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.8
},
"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 is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 11/12 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 30 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": "no update tool detected",
"points": 0,
"status": "missed",
"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": "15 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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 0",
"points": 0,
"status": "missed",
"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": "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": 11
},
"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": 50,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.633,
"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": "62 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 62,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"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
},
"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": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 216094,
"source_files_sampled": 39,
"oversized_source_files": 4
},
"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": "4/39 source files over 60KB",
"points": 49.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 39,
"oversized": 4
}
}
],
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T23:51:49.528991Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rust-lang/hashbrown.svg",
"full_name": "rust-lang/hashbrown",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}