原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 338,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 37274
},
"pushed_at": "2026-06-24T03:05:57Z",
"created_at": "2022-05-16T00:44:49Z",
"owner_type": "User",
"updated_at": "2026-06-24T03:06:01Z",
"description": "Determine whether characters have the XID_Start or XID_Continue properties",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "David Tolnay",
"type": "User",
"login": "dtolnay",
"company": "0xF9BA143B95FF6D82",
"location": "Redwood City, California",
"followers": 9482,
"avatar_url": "https://avatars.githubusercontent.com/u/1940490?v=4",
"created_at": "2012-07-09T03:55:40Z",
"is_verified": null,
"public_repos": 121,
"account_age_days": 5126
},
"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": "1.0.24",
"kind": "patch",
"published_at": "2026-02-16T02:47:25Z"
},
{
"tag": "1.0.23",
"kind": "patch",
"published_at": "2026-02-08T20:40:34Z"
},
{
"tag": "1.0.22",
"kind": "patch",
"published_at": "2025-10-30T04:17:24Z"
},
{
"tag": "1.0.21",
"kind": "patch",
"published_at": "2025-10-30T04:08:43Z"
},
{
"tag": "1.0.20",
"kind": "patch",
"published_at": "2025-10-21T06:33:41Z"
},
{
"tag": "1.0.19",
"kind": "patch",
"published_at": "2025-09-10T03:09:21Z"
},
{
"tag": "1.0.18",
"kind": "patch",
"published_at": "2025-03-04T00:23:56Z"
},
{
"tag": "1.0.17",
"kind": "patch",
"published_at": "2025-02-19T04:22:00Z"
},
{
"tag": "1.0.16",
"kind": "patch",
"published_at": "2025-01-28T03:11:54Z"
},
{
"tag": "1.0.15",
"kind": "patch",
"published_at": "2025-01-23T10:48:38Z"
},
{
"tag": "1.0.14",
"kind": "patch",
"published_at": "2024-11-20T08:37:48Z"
},
{
"tag": "1.0.13",
"kind": "patch",
"published_at": "2024-09-11T03:30:13Z"
},
{
"tag": "1.0.12",
"kind": "patch",
"published_at": "2023-09-13T05:02:43Z"
},
{
"tag": "1.0.11",
"kind": "patch",
"published_at": "2023-07-15T06:48:23Z"
},
{
"tag": "1.0.10",
"kind": "patch",
"published_at": "2023-07-03T18:31:15Z"
},
{
"tag": "1.0.9",
"kind": "patch",
"published_at": "2023-05-24T15:22:01Z"
},
{
"tag": "1.0.8",
"kind": "patch",
"published_at": "2023-03-05T23:57:17Z"
},
{
"tag": "1.0.7",
"kind": "patch",
"published_at": "2023-03-05T23:57:06Z"
},
{
"tag": "1.0.6",
"kind": "patch",
"published_at": "2022-12-17T20:00:46Z"
},
{
"tag": "1.0.5",
"kind": "patch",
"published_at": "2022-10-08T19:43:47Z"
},
{
"tag": "1.0.4",
"kind": "patch",
"published_at": "2022-09-14T04:35:51Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2022-08-03T14:04:28Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2022-07-16T01:53:37Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2022-06-13T22:49:53Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2022-05-16T22:23:39Z"
}
],
"recent_commits": [
{
"oid": "b23d56c88ce2e61fb6d66396a5814c5a5be79f05",
"body": null,
"is_bot": false,
"headline": "Update actions/upload-artifact@v6 -> v7",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-06-24T03:02:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4d1332363c9e4a8d2db6a3b8a1367c97d82f862",
"body": null,
"is_bot": false,
"headline": "Update actions/checkout@v6 -> v7",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-06-20T22:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "673c288caaa796b26d3132282da955a491483b03",
"body": "Required by today's release of roaring.\n\n error: rustc 1.86.0 is not supported by the following package:\n roaring@0.11.4 requires rustc 1.90.0\n Either upgrade rustc or select compatible dependency versions with\n `cargo update <name>@<current-ver> --precise <compatible-ver>`\n where `<compatible-ver>` is the latest version supporting rustc 1.86.0",
"is_bot": false,
"headline": "Raise minimum tested compiler to Rust 1.90",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-04-25T04:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "182a7f9c0167978ee6e9aee2a145e1b35f5a3805",
"body": null,
"is_bot": false,
"headline": "Update chunk compression explanation",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-16T04:54:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "511b905249cb6fc23869ca9c7b4247c368637895",
"body": null,
"is_bot": false,
"headline": "Update benchmark with Rust 1.93.1 and 9975WX",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-16T03:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ded6cae7f5826354b080c4e44e3eccde548488a",
"body": null,
"is_bot": false,
"headline": "Update static storage size table",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-16T02:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b54a632702b5744a1c40ea01c127c0ac0498172",
"body": null,
"is_bot": false,
"headline": "Release 1.0.24",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-16T02:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55318f8fbc872d655b4035a08e3278234f10df1",
"body": " warning: use of `or_insert_with` to construct default value\n --> generate/src/main.rs:113:14\n |\n 113 | .or_insert_with(Vec::new)\n | ^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `or_default()`\n |\n = help: for further information visit https://r\n[…]\npy/master/index.html#unwrap_or_default\n = note: `-W clippy::unwrap-or-default` implied by `-W clippy::all`\n = help: to override `-W clippy::all` add `#[allow(clippy::unwrap_or_default)]`",
"is_bot": false,
"headline": "Ignore unwrap_or_default clippy lint",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-16T02:44:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "51554021d24b1f6f59622f4ecc44c3cce367679e",
"body": null,
"is_bot": false,
"headline": "Touch up PR 46",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-16T02:44:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57872e39a4e97f545c5b31abba545cc1471fe62c",
"body": null,
"is_bot": false,
"headline": "Wrap PR 46 comments to 80 columns",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-16T02:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98ccaf88b91ffeecfce5939f9123e4e5b51b3479",
"body": null,
"is_bot": false,
"headline": "Format PR 46 with rustfmt",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-16T02:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0549d6ef606e833e5de15ef62a3f15adfa7fccb",
"body": " warning: adding items after statements is confusing, since items exist from the start of the scope\n --> generate/src/main.rs:131:5\n |\n 131 | / fn try_kuhn(\n 132 | | src: usize,\n 133 | | adj_list: &[Vec<usize>],\n 134 | | visited: &mut [bool],\n \n[…]\ns_after_statements\n = note: `-W clippy::items-after-statements` implied by `-W clippy::pedantic`\n = help: to override `-W clippy::pedantic` add `#[allow(clippy::items_after_statements)]`",
"is_bot": false,
"headline": "Ignore items_after_statements pedantic clippy lint",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-16T02:31:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "73d7aaa3f0ad6945cc0c767a1587fc5c8b9c6981",
"body": "Compress trie even further by 1.9% using bipartite matching",
"is_bot": false,
"headline": "Merge pull request #46 from yongqli/master",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-16T02:31:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aed8996ef941dd7200cb2b282fa1a43cdd6014c",
"body": "The LEAF table is compressed by overlapping adjacent chunks at half-chunk\nboundaries. The previous greedy approach found overlaps in arbitrary\norder; this replaces it with Kuhn's algorithm for maximum bipartite\nmatching, which finds the provably optimal set of overlaps.\n\nThis reduces the LEAF table from 10248 to 10056 bytes (~1.9% reduction).",
"is_bot": false,
"headline": "Replace greedy half-chunk compression with optimal bipartite matching",
"author_name": "Yongqian Li",
"author_login": "yongqli",
"committed_at": "2026-02-09T21:06:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f16bda863a04aabdcaa28c2e5979b5822800c1",
"body": null,
"is_bot": false,
"headline": "Release 1.0.23",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-08T20:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fb03ab2050355ff6cb9a7b43a17ee17f68ca0bd",
"body": "Update rand from 0.9 to 0.10",
"is_bot": false,
"headline": "Merge pull request #45 from dtolnay/rand",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-08T20:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93f6598c484e61d6c4101179a9a9b52699a7e54f",
"body": null,
"is_bot": false,
"headline": "Raise required compiler to Rust 1.71",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-08T20:38:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8973569fbc9ba6874be9b2cf03ed620864148ff",
"body": null,
"is_bot": false,
"headline": "Update rand from 0.9 to 0.10",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2026-02-08T20:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "189659d59681907f17a69e96f752aca83e1a9f74",
"body": null,
"is_bot": false,
"headline": "Exclude benchmark dependencies from being compiled by miri",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-12-21T01:01:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a213309700f70e1e45683e8f0263c53462a8f31",
"body": null,
"is_bot": false,
"headline": "Update actions/upload-artifact@v5 -> v6",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-12-20T05:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c3d7d712148f764d76b50d223d26b5856373700",
"body": null,
"is_bot": false,
"headline": "Update actions/upload-artifact@v4 -> v5",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-12-19T02:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c96169e542d57e0eb7ff4855a42c417a98d5aa04",
"body": null,
"is_bot": false,
"headline": "Update to 2021 edition",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-12-14T16:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f51926b0275b6142dc85038d373dea86bee5f42",
"body": null,
"is_bot": false,
"headline": "Raise required compiler to Rust 1.68",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-12-14T04:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88c4aec1143fe452172f50879716a5b69cd4873c",
"body": null,
"is_bot": false,
"headline": "Raise minimum tested compiler to rust 1.86",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-11-30T02:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0068f28d7fadc02aa75f1ac8111d612bd0c351ad",
"body": null,
"is_bot": false,
"headline": "Update criterion to 0.8",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-11-30T02:44:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5db13dab47e9b635cfef11d07ea255b7b1203b9",
"body": null,
"is_bot": false,
"headline": "Update actions/checkout@v5 -> v6",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-11-20T18:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10d5e534c9e06fffcdc6896d4779ffb25641659b",
"body": null,
"is_bot": false,
"headline": "Release 1.0.22",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-30T04:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "286370719d04c7fdc1959e4c23e092311b65b0e0",
"body": "Match the type of char::UNICODE_VERSION",
"is_bot": false,
"headline": "Merge pull request #44 from dtolnay/u8",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-30T04:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b28f2d8f99ad641f53a5d6434d3cf01044d428f2",
"body": null,
"is_bot": false,
"headline": "Match the type of char::UNICODE_VERSION",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-30T04:14:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22456b4ace5f3eb45737b42966accc3ca59aa568",
"body": null,
"is_bot": false,
"headline": "Release 1.0.21",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-30T04:06:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cca2b94b7e72c82dd18a4bcaab482cd0ec8b1dc7",
"body": "Touch up PR 42",
"is_bot": false,
"headline": "Merge pull request #43 from dtolnay/regex",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-30T04:06:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f41bcb5936e74c75eca72ee90d35c58f09a4b4d7",
"body": null,
"is_bot": false,
"headline": "Touch up PR 42",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-30T04:04:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e6902af922e0c3bf8ce34deddadc26f47ea692e",
"body": "Expose UNICODE_VERSION const",
"is_bot": false,
"headline": "Merge pull request #42 from Marcondiro/master",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-30T04:01:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95d8b292c44b9184d2d32646c6e62159badba806",
"body": null,
"is_bot": false,
"headline": "Expose UNICODE_VERSION const",
"author_name": "Marco Cavenati",
"author_login": "Marcondiro",
"committed_at": "2025-10-29T10:50:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bc6dd34bad65352767b8fee679bde6a8d67ade6",
"body": null,
"is_bot": false,
"headline": "Update unicode-xid benchmark ratio",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-21T06:50:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12f0a68b138f1914e9abff76bb1d438b4a953f49",
"body": null,
"is_bot": false,
"headline": "Release 1.0.20",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-21T06:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "940104ccac29579a0737d4850392fcd6c6097e87",
"body": null,
"is_bot": false,
"headline": "Update asm snippet",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-21T06:20:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad5a6cf97da1512b2bee2f6cd802e0acfb6476f7",
"body": "Extract const promoted zero to a named static",
"is_bot": false,
"headline": "Merge pull request #41 from dtolnay/zero",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-21T06:14:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d75a0ed3c633069904eaeb848a5f1c541d96add",
"body": null,
"is_bot": false,
"headline": "Extract const promoted zero to a named static",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-21T06:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb553bf9065710e82d43cb1718bb68920e8ee7d0",
"body": " warning: long literal lacking separators\n --> src/tables.rs:12:38\n |\n 12 | pub(crate) const ASCII_START: u128 = 0x7fffffe07fffffe0000000000000000;\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0x07ff_fffe_07ff_fffe_0000_0000_0000_0\n[…]\n^^^^^^^^^ help: consider: `0x07ff_fffe_87ff_fffe_03ff_0000_0000_0000`\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal",
"is_bot": false,
"headline": "Disable unreadable_literal pedantic clippy lint",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-21T05:45:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "75d45cd1ceafb8c0ad9e02715c10ff0f4bff73f1",
"body": null,
"is_bot": false,
"headline": "Update benchmark for PR 40",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-21T05:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cf482efd8fd23bd3961ab761db04f49f6d30983",
"body": null,
"is_bot": false,
"headline": "Update unicode-ident static storage size for PR 40",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-21T04:59:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0325fd85565ab68091568535aa97630845555002",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'pr/40' into HEAD",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-21T04:57:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2820323e135f3006b170b5c0ff453c83533e8677",
"body": null,
"is_bot": false,
"headline": "Update benchmark table using Rust 1.90.0",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-10-21T04:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62dfaa146b6b386f4881c8905464a2b7733844e4",
"body": "Reduce execution time by 44% in 0%-nonascii case and by 32% in 10%-nonascii.\nReduce the static data size ~200 bytes.",
"is_bot": false,
"headline": "store ascii start/continue bitmaps in u128 instead of slices of bool",
"author_name": "Marco Cavenati",
"author_login": "Marcondiro",
"committed_at": "2025-10-06T15:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f4ef3f963db59e50a65ffb8a0b4adc9a47836b4",
"body": "Unpin unicode 17 in CI, revert to latest",
"is_bot": false,
"headline": "Merge pull request #39 from Marcondiro/patch-1",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-09-25T07:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0adbc19cf9f11b3696cefa8e4fe1dcd6a6ff99f5",
"body": "Pinning to 17 is no longer necessary, latest now points to 17\r\nReverts 17da3fe9b7a566b49203e83c02590cffad040d4d",
"is_bot": false,
"headline": "Unpin unicode 17 in CI, revert to latest",
"author_name": "Marco C.",
"author_login": "Marcondiro",
"committed_at": "2025-09-25T07:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "229f1d574d5a28df290401174babc41431ebc854",
"body": null,
"is_bot": false,
"headline": "Opt in to generate-macro-expansion when building on docs.rs",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-09-16T23:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc018bf1ca82d295f72a84e7ed432e5d2bcbe2fe",
"body": null,
"is_bot": false,
"headline": "Release 1.0.19",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-09-10T03:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dce213946cbb9e8e454038b8b71f1aba86a2111",
"body": "Update to Unicode 17.0.0",
"is_bot": false,
"headline": "Merge pull request #37 from dtolnay/unicode17.0.0",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-09-10T03:07:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17da3fe9b7a566b49203e83c02590cffad040d4d",
"body": null,
"is_bot": false,
"headline": "Force latest=17.0.0 in CI",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-09-10T03:05:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acbaf6a39e71645f0332d24be1cf7ab3df555525",
"body": null,
"is_bot": false,
"headline": "Update to Unicode 17.0.0",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-09-10T03:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4cceeded07c6ef36f8d82380aae6d288a1d585a",
"body": "Regenerate comparison tests with ucd-generate 0.3.1",
"is_bot": false,
"headline": "Merge pull request #36 from dtolnay/ucdgenerate",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-09-10T02:51:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f871463773c814b2007e8eabcec325a0dc6d3d4f",
"body": null,
"is_bot": false,
"headline": "Regenerate comparison tests with ucd-generate 0.3.1",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-09-10T02:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff8590b968358285892290b85fd41cd1393bb9d7",
"body": "Update UCD.zip download URL",
"is_bot": false,
"headline": "Merge pull request #35 from dtolnay/latest",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-09-10T02:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a0743712fb9387f9bb2e53b9445e190ce8e7534",
"body": null,
"is_bot": false,
"headline": "Update UCD.zip download URL",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-09-10T02:39:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d3bdfe5d26c255579d9572bc387c3b374e76b1",
"body": null,
"is_bot": false,
"headline": "Update actions/checkout@v4 -> v5",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-08-23T01:20:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be1614805e6931fd66131ad19bb679b3f6f4c87a",
"body": null,
"is_bot": false,
"headline": "Make .gitattributes match only paths from repo root",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-08-20T20:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f76a37063d205ab9a07417f91159aa066b891731",
"body": null,
"is_bot": false,
"headline": "Update criterion to 0.7",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-07-26T17:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c41ddb92aa6e939097eb15316b37d8a31c5ccc75",
"body": " warning: current MSRV (Minimum Supported Rust Version) is `1.31.0` but this item is stable since `1.52.0`\n --> tests/roaring/mod.rs:5:22\n |\n 5 | for ch in '\\0'..=char::MAX {\n | ^^^^^^^^^\n |\n = help: for further information visit https://rust-la\n[…]\n for ch in '\\0'..=char::MAX {\n | ^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv",
"is_bot": false,
"headline": "Ignore incompatible_msrv clippy lint in test",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-07-26T17:03:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f50704d06685f5c2c174f724e0e69b3ea4199e84",
"body": "Update roaring dependency to 0.11",
"is_bot": false,
"headline": "Merge pull request #34 from dtolnay/roaring",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-06-18T07:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0d510a010d2f9452f0ec7cc2f4cf022fb38f754",
"body": null,
"is_bot": false,
"headline": "Update roaring dependency to 0.11",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-06-18T07:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84120cbf69d66f8db8b8f9d2476b89f955a8cf29",
"body": null,
"is_bot": false,
"headline": "Update to criterion 0.6",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-05-18T09:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da7859f4298829243206bcf2de671a90f2146e79",
"body": "Required by `half`, which is a transitive dependency of `criterion`.\n\n error: package `half v2.5.0` cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.74.1\n Either upgrade to rustc 1.81 or newer, or use\n cargo update half@2.5.0 --precise ver\n where `ver` is the latest version of `half` supporting rustc 1.74.1",
"is_bot": false,
"headline": "Raise minimum tested compiler to rust 1.81",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-03-15T03:06:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93ab72c02e41056e63a3414d80878d18f2f7a962",
"body": null,
"is_bot": false,
"headline": "Release 1.0.18",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-03-04T00:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4de098e46e03688da3c8d61c2ac8604dfb3fdac",
"body": null,
"is_bot": false,
"headline": "Point standard library links to stable",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-02-20T13:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86d0232be0c9c6d9c9c524e4f5eb6e3454a0dce4",
"body": null,
"is_bot": false,
"headline": "Release 1.0.17",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-02-19T04:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3673d10630a896cb54c1539962054190e5482002",
"body": null,
"is_bot": false,
"headline": "Update unicode-xid benchmark ratio",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-02-19T04:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43bc5aa36ee9283baf4da5713219d1aa633f2ea3",
"body": "Re-word function doc",
"is_bot": false,
"headline": "Merge pull request #32 from dtolnay/doc",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-02-19T04:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cba4886b8274b621ff0ddd9af76fbd447cbed6e",
"body": null,
"is_bot": false,
"headline": "Re-word function doc",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-02-19T04:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1a0ed7c3a9ed154ca24f5d6b8b27f24363e40b",
"body": "Add doc comments to functions",
"is_bot": false,
"headline": "Merge pull request #30 from sorairolake/add-doc-comments",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-02-19T04:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b401413b5394e5e0dbd991005d53c1ca049203b",
"body": null,
"is_bot": false,
"headline": "Add doc comments to functions",
"author_name": "Shun Sakai",
"author_login": "sorairolake",
"committed_at": "2025-02-11T21:28:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "146ab200c9508465e9f9d639974eeae553ac5d68",
"body": "False is the default value since Cargo PR 11499.",
"is_bot": false,
"headline": "Unset doc-scrape-examples for lib target",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-02-10T01:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7183516fd8e2a54a592cd9f4778220bcc3548761",
"body": null,
"is_bot": false,
"headline": "Release 1.0.16",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-01-28T03:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c75cc8e36234eb5ce32ffa442f2ae94d1f41f5b",
"body": "Update rand crate to 0.9 in benchmark",
"is_bot": false,
"headline": "Merge pull request #29 from dtolnay/rand",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-01-28T03:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d6a431828d4efe7acf990ba38df583ab37dce13",
"body": null,
"is_bot": false,
"headline": "Update rand crate to 0.9 in benchmark",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-01-28T03:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e2c8c98b04cfd01bc2d30984314a09d94f7d18c",
"body": null,
"is_bot": false,
"headline": "Release 1.0.15",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-01-23T10:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b547d4086beb550027eda188369618e63c9237",
"body": null,
"is_bot": false,
"headline": "Update benchmark table",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-01-23T10:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c322e39ae6110f647e6a66ca70ca802578e9cdb4",
"body": null,
"is_bot": false,
"headline": "Remove mention of criterion's legacy real_blackbox feature",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-01-23T10:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "242d719e22cbfb3015a25e6b0407b5ce99ed9cfb",
"body": null,
"is_bot": false,
"headline": "More precise gitignore patterns",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2025-01-23T09:36:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8837414fa975d1287a763a013e7c50531480aac6",
"body": null,
"is_bot": false,
"headline": "Uncapitalize Unicode license link in readme",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-11-20T08:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "404f1e80957deaf2d93d1314d81bb3d1504303c8",
"body": null,
"is_bot": false,
"headline": "Release 1.0.14",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-11-20T08:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1f840654d93d420dcaf81401b9a3af429da04c3",
"body": "Update LICENSE-UNICODE text",
"is_bot": false,
"headline": "Merge pull request #28 from Jake-Shadle/master",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-11-20T08:36:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36cccb825aef6f334cfb57afc82a728c3d2d652f",
"body": null,
"is_bot": false,
"headline": "Update LICENSE-UNICODE to Unicode-3.0",
"author_name": "Jake Shadle",
"author_login": "Jake-Shadle",
"committed_at": "2024-11-20T08:19:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10483debae1b65f9aedc7653ed6d919e15291205",
"body": "I'm unsure where the LICENSE-UNICODE text in this repo originated, but it's fairly different from the [canonical text](https://spdx.org/licenses/Unicode-DFS-2016.html) in the SPDX license list, so this updates it to match.\n\nThe reason for this change is that the Unicode-3.0 license was added recentl\n[…]\ncan actually be a [closer match](https://github.com/EmbarkStudios/cargo-about/issues/267) to the current text, resulting in the SPDX identifier mismatching the actual one this crate is licensed under.",
"is_bot": false,
"headline": "Update LICENSE-UNICODE text",
"author_name": "Jake Shadle",
"author_login": "Jake-Shadle",
"committed_at": "2024-11-19T11:36:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5dac50cbc5efec1301bbc7e936498e1cc1d29067",
"body": " warning: this `map_or` is redundant\n --> diagram/src/main.rs:16:25\n |\n 16 | *pixel = if char::from_u32(row * width + col).map_or(false, f) {\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_some_and instead: `char::from_u3\n[…]\ny/master/index.html#unnecessary_map_or\n = note: `-W clippy::unnecessary-map-or` implied by `-W clippy::all`\n = help: to override `-W clippy::all` add `#[allow(clippy::unnecessary_map_or)]`",
"is_bot": false,
"headline": "Resolve unnecessary_map_or clippy lint",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-11-16T03:21:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5f17dcb2de57c7f17addbe410991e376ef0b5148",
"body": "This step has been failing way more than reasonable across my various repos.\n\n With the provided path, there will be 1 file uploaded\n Artifact name is valid!\n Root directory input is valid!\n Attempt 1 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactS\n[…]\nfact. Retrying request in 12577 ms...\n Error: Failed to CreateArtifact: Failed to make request after 5 attempts: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact",
"is_bot": false,
"headline": "Prevent upload-artifact step from causing CI failure",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-11-09T02:45:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5cb61e3b51e20ee48438f6e6a2b659dcef86d9c2",
"body": null,
"is_bot": false,
"headline": "Re-enable unicode-xid comparison test",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-09-19T16:17:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e34a369149a64064013c29f6c36e8f2bbc450656",
"body": null,
"is_bot": false,
"headline": "Release 1.0.13",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-09-11T03:29:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9b75da961debf21abdf7c091d01d26805379ed2",
"body": "Update to Unicode 16.0.0",
"is_bot": false,
"headline": "Merge pull request #27 from dtolnay/unicode",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-09-11T03:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c053be265ea1ff128b1fd7ed824b566cbaec05e",
"body": null,
"is_bot": false,
"headline": "Update to Unicode 16.0.0",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-09-11T03:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab771942534e9ebaaa8f672ec44b3741e3e88126",
"body": null,
"is_bot": false,
"headline": "Upload CI Cargo.lock for reproducing failures",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-08-25T19:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8736e7e62be959d87970d2d137a098ba533d78b",
"body": "Debugging a recent cargo-outdated bug, it would have been nice not to\nwonder whether a rustc version change in GitHub's runner image was a\ncontributing factor.",
"is_bot": false,
"headline": "Explicitly install a Rust toolchain for cargo-outdated job",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-03-26T05:24:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d63c2b5941a2d4a535186795475480d71183bccf",
"body": "This reverts commit 2944bc6758d6ec72d8c3e59a3daede41515c5dfe.",
"is_bot": false,
"headline": "Revert \"Run cargo-outdated on workspace root for now\"",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-03-24T03:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7cfa7e988d3b0330bf0d65e33d911526e6db880",
"body": "See https://github.com/kbknapp/cargo-outdated/issues/389. The bug has been\nmasked by https://github.com/kornelski/cavif-rs/commit/d1577372a04a78f677fe94a91e0dba2df81f4f80.",
"is_bot": false,
"headline": "Re-enable cargo-outdated in CI",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-03-24T01:25:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2944bc6758d6ec72d8c3e59a3daede41515c5dfe",
"body": null,
"is_bot": false,
"headline": "Run cargo-outdated on workspace root for now",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-03-13T02:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27eee643a449763a9a0f4cb4b6c4f12cce868d2c",
"body": null,
"is_bot": false,
"headline": "Link to cargo-outdated bug",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-03-13T02:09:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "116dea8e6383796be937e0caaf52ddcefea02329",
"body": "Something is screwed up with this and it is producing nondeterministic\noutputs that I am not sure how to interpret.\n\n unicode-ident-diagram\n ================\n Name Project Compat Latest Kind Platform\n ---- ------- ------ ------\n[…]\nacro 0.2.92 Removed Removed Normal ---\n wasm-bindgen-macro-support 0.2.92 Removed Removed Normal ---\n wasm-bindgen-shared 0.2.92 Removed Removed Normal ---",
"is_bot": false,
"headline": "Temporarily ignore cargo-outdated job in CI",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-03-12T03:20:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "05a09281767967ead580eddeea7bd3614af7a60a",
"body": null,
"is_bot": false,
"headline": "Update image dependency to 0.25",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-03-11T02:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b00df38d6fa298239607e637d77799b52815a43a",
"body": "https://github.com/rust-lang/rust-clippy/issues/12257\n\n warning: current MSRV (Minimum Supported Rust Version) is `1.31.0` but this item is stable since `1.57.0`\n --> tests/fst/mod.rs:5:44\n |\n 5 | fst::Set::from(fst::raw::Fst::new(data.as_slice()).unwrap())\n | \n[…]\ns();\n | ^^^^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv",
"is_bot": false,
"headline": "Ignore incompatible_msrv clippy false positives in test",
"author_name": "David Tolnay",
"author_login": "dtolnay",
"committed_at": "2024-02-10T03:09:11Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 25,
"commits_last_year": 60,
"latest_release_at": "2026-02-16T02:47:25Z",
"latest_release_tag": "1.0.24",
"releases_from_tags": false,
"days_since_last_push": 28,
"active_weeks_last_year": 16,
"days_since_latest_release": 156,
"mean_days_between_releases": 43.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 71,
"has_issue_template": true,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "unicode-ident",
"exists": true,
"license": "(MIT OR Apache-2.0) AND Unicode-3.0",
"keywords": [
"unicode",
"xid",
"development-tools::procedural-macro-helpers",
"no-std::no-alloc",
"no-std"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/unicode-ident",
"is_deprecated": false,
"latest_version": "1.0.24",
"repository_url": "https://github.com/dtolnay/unicode-ident",
"versions_count": 26,
"total_downloads": 1152940664,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 89727215,
"first_published_at": "2021-10-02T05:15:24.656394Z",
"latest_published_at": "2026-02-16T02:46:44.304053Z",
"latest_version_yanked": false,
"days_since_latest_publish": 156
}
]
},
"popularity": {
"forks": 28,
"stars": 110,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2022-08-09",
"count": 1
},
{
"date": "2022-09-17",
"count": 1
},
{
"date": "2023-01-17",
"count": 2
},
{
"date": "2023-05-21",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-11-01",
"count": 1
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-14",
"count": 1
},
{
"date": "2025-03-05",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-06-23",
"count": 2
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2025-11-30",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
}
],
"complete": true,
"collected": 25,
"total_forks": 28
},
"star_history": null,
"open_issues_and_prs": 3
},
"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",
"diagram/Cargo.toml",
"generate/Cargo.toml",
"tests/crate/Cargo.toml"
],
"largest_source_bytes": 63369,
"source_files_sampled": 17,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"diagram/Cargo.toml",
"generate/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": 53,
"malicious_count": 0,
"assessed_package": "crates:unicode-ident@1.0.24",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "image",
"manifest": "diagram/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.25"
},
{
"name": "unicode-ident",
"manifest": "diagram/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "regex",
"manifest": "generate/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.9"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "image",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "regex",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "fst",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "roaring",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "ucd-trie",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "unicode-xid",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 2,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 33,
"open_issues": 2,
"closed_ratio": 0.714,
"closed_issues": 5,
"closed_unmerged_prs": 7
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "dtolnay",
"commits": 226,
"avatar_url": "https://avatars.githubusercontent.com/u/1940490?v=4"
},
{
"type": "User",
"login": "Marcondiro",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/46560192?v=4"
},
{
"type": "User",
"login": "Jake-Shadle",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2316028?v=4"
},
{
"type": "User",
"login": "sorairolake",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/48999343?v=4"
},
{
"type": "User",
"login": "yongqli",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/67243?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.97
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.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": 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": 10,
"reason": "3 out of 3 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": 0,
"reason": "Found 1/26 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 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": 2,
"reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"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": 3,
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "b23d56c88ce2e61fb6d66396a5814c5a5be79f05",
"ran_at": "2026-07-22T23:48:19Z",
"aggregate_score": 4.6,
"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-22T02:39:33Z",
"oldest_open_prs": [
{
"number": 23,
"created_at": "2023-05-21T08:22:01Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-02-16T02:31:11Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 22,
"created_at": "2023-04-11T08:10:25Z",
"last_comment_at": "2023-04-11T10:09:17Z",
"last_comment_author": "stefnotch"
},
{
"number": 47,
"created_at": "2026-02-16T06:21:26Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dtolnay/unicode-ident",
"host": "github.com",
"name": "unicode-ident",
"owner": "dtolnay"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 57,
"vitality": 71,
"community": 69,
"governance": 63,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 60,
"human_commit_share": 1,
"days_since_last_push": 28,
"active_weeks_last_year": 16
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 28 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 28
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "16/52 weeks with commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 16
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "60 commits in the last year",
"points": 16,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 60
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"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": 90,
"inputs": {
"releases_count": 25,
"latest_release_tag": "1.0.24",
"releases_from_tags": false,
"days_since_latest_release": 156,
"mean_days_between_releases": 43.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "25 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 25
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 156 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 156
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~43.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 43.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": 28,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 28 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 28
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 69,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"forks": 28,
"stars": 110,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "110 stars",
"points": 33,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 110
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "28 forks",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 28
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": true,
"has_code_of_conduct": true,
"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": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 7.2,
"status": "met",
"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": [
"unicode-ident"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 1152940664,
"monthly_downloads": 89727215
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "89,727,215 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 89727215,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.97
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 97% of commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"merged_prs": 33,
"open_issues": 2,
"closed_issues": 5,
"issue_closed_ratio": 0.714,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "71% of issues closed",
"points": 33.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 71
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "33/40 decided PRs merged",
"points": 31.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 33,
"decided": 40
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"followers": 9482,
"owner_type": "User",
"is_verified": null,
"owner_login": "dtolnay",
"public_repos": 121,
"account_age_days": 5126
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "9,482 followers of dtolnay",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 9482,
"login": "dtolnay"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "121 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 121
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"unicode-ident"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 156
},
"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 156 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 156
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"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": 57,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"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": 57,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.6
},
"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": "3 out of 3 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 1/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 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": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"status": "partial",
"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": 1.5,
"status": "partial",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"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:unicode-ident@1.0.24 runtime dependency closure — what installing the published package pulls in — 53 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:unicode-ident@1.0.24",
"assessed": 53
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 53,
"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": 53,
"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": 8
},
"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": "at_risk",
"name": "AI Readiness",
"value": 45,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.32,
"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": "32 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 32,
"sampled": 100
}
}
],
"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",
"diagram/Cargo.toml",
"generate/Cargo.toml",
"tests/crate/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, diagram/Cargo.toml, generate/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, diagram/Cargo.toml, generate/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": 97,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 63369,
"source_files_sampled": 17,
"oversized_source_files": 1
},
"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": "1/17 source files over 60KB",
"points": 51.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 17,
"oversized": 1
}
}
],
"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",
"Could not fetch crates package 'unicode-ident-diagram' from its registry",
"Could not fetch crates package 'unicode-ident-generate' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-22T23:48:28.706156Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dtolnay/unicode-ident.svg",
"full_name": "dtolnay/unicode-ident",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}