Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"datastructures",
"rust",
"string",
"interner",
"interning",
"storage",
"mapping",
"bidirectional"
],
"is_fork": false,
"size_kb": 3203,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 98385
},
"pushed_at": "2026-05-06T12:07:59Z",
"created_at": "2017-01-27T11:43:06Z",
"owner_type": "User",
"updated_at": "2026-06-30T04:52:13Z",
"description": "A data structure to efficiently intern, cache and restore strings.",
"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": "Robin Freyler",
"type": "User",
"login": "Robbepop",
"company": null,
"location": "Berlin",
"followers": 228,
"avatar_url": "https://avatars.githubusercontent.com/u/8193155?v=4",
"created_at": "2014-07-17T16:18:29Z",
"is_verified": null,
"public_repos": 163,
"account_age_days": 4396
},
"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.20.0",
"kind": "minor",
"published_at": "2026-04-30T11:56:36Z"
},
{
"tag": "v0.19.0",
"kind": "minor",
"published_at": "2025-02-11T15:42:28Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2024-02-07T22:56:29Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2021-10-27T11:16:12Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2021-08-25T12:25:36Z"
},
{
"tag": "v0.12.2",
"kind": "patch",
"published_at": "2021-01-11T22:15:38Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2020-11-14T15:18:09Z"
}
],
"recent_commits": [
{
"oid": "a8be6331d6a0c0c60cdb3a727ba00ff0af9f27d2",
"body": "* Replace Apache license header with full license text\n\nSee section 4(a)\n\nYou must give any other recipients of the Work or Derivative Works a copy of this License\n\nSigned-off-by: Michel Lind <salimma@fedoraproject.org>\n\n* added year and copyright owner to license file\n\n---------\n\nSigned-off-by: Michel Lind <salimma@fedoraproject.org>\nCo-authored-by: Robin Freyler <robin.freyler@gmail.com>",
"is_bot": false,
"headline": "Replace Apache license header with full license text (#98)",
"author_name": "Michel Lind",
"author_login": "michel-slm",
"committed_at": "2026-05-06T12:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db24792584c3b52d4ab0b6b3cd39b148a2e50de4",
"body": "…tting (#106)\n\n* chore: bump rust-version to 1.85.0\n\n* chore(deps): update hashbrown to v0.17.0\n\n* chore: update edition to 2024\n\n* chore: run code formatter",
"is_bot": false,
"headline": "bump rust-version to 1.85.0 + use Rust edition 2024 + apply new forma…",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-05-06T11:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6897b32c21629dcf15ffb0ee216fd7488bf738a1",
"body": "* add changelog for v0.20\n\n* bump crate version",
"is_bot": false,
"headline": "Prepare `string-interner` v0.20 (#105)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2026-04-30T11:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "076e6ad7c25c475a3c8b3fbbbe343110ca677f06",
"body": null,
"is_bot": false,
"headline": "chore(deps): update rust crates (#100)",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-04-29T14:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd3c7bb7c1e469b7bf0af75167b489f7d24d00a9",
"body": null,
"is_bot": false,
"headline": "specify rust-version in Cargo.toml (#101)",
"author_name": "xtqqczze",
"author_login": "xtqqczze",
"committed_at": "2026-04-29T14:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67545c1255ef46baf615c0d9f9eb584b16ffce15",
"body": "* Update hashbrown to 0.16\n\n* Update criterion to 0.7.0\n\n* Replace fxhash by rustc-hash\n\nSee: https://rustsec.org/advisories/RUSTSEC-2025-0057\n\n* Use std::hint::black_box over criterion::black_box\n\n* Update lock file",
"is_bot": false,
"headline": "Update dependencies (#96)",
"author_name": "Tino Wagner",
"author_login": "tuxu",
"committed_at": "2026-04-16T15:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7420e84a7da4f2d3ec1dff8b28c8e6bc75286187",
"body": "* doc: add a notice that `unchecked` resolving is faster for `BufferBackend`\n\n* fix(doc): typo",
"is_bot": false,
"headline": "fix typo (#93)",
"author_name": "Oleksandr Babak",
"author_login": "Ddystopia",
"committed_at": "2025-08-15T09:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b997d20404b729312673cf8b852b397e54496960",
"body": "…kend` (#92)",
"is_bot": false,
"headline": "doc: add a notice that `unchecked` resolving is faster for `BufferBac…",
"author_name": "Oleksandr Babak",
"author_login": "Ddystopia",
"committed_at": "2025-06-20T13:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "233bc6c3da05a24450ea971de9707c2bd84df620",
"body": "Closes #89.",
"is_bot": false,
"headline": "Add docs on customizing string hashing (#90)",
"author_name": "Caspar Krieger",
"author_login": "caspark",
"committed_at": "2025-04-04T15:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56a198c8ab639c77671b291d701d607aa4d92400",
"body": null,
"is_bot": false,
"headline": "Fix off-by-one bug in serde impl for Symbol types (#91)",
"author_name": "Caspar Krieger",
"author_login": "caspark",
"committed_at": "2025-04-04T14:44:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e92b6b6f77afd4fc16d6760b20a449d34bb4f8d9",
"body": "* write release notes for v0.19\n\n* bump crate version to v0.19\n\n* update release notes for v0.19",
"is_bot": false,
"headline": "Prepare release for v0.19 (#85)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2025-02-11T15:37:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d63eed46b2ee7be1e5c6afb93208e6b0f7e48440",
"body": "… (#86)\n\n* add pub(crate) new constructor for symbols\r\n\r\n* add Serialize and Deserialize impls for symbols",
"is_bot": false,
"headline": "Impl `serde::{Serialize, Deserialize}` for crate defined symbol types…",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2025-02-11T15:27:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0bcae3c1b20c74620739fa2cf61c0a3fc75985d",
"body": "* improve table to describe backend properties\r\n\r\n* apply rustfmt\r\n\r\n* improve legend table\r\n\r\n* simplify legend further",
"is_bot": false,
"headline": "Improve table to describe backend properties (#84)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2025-02-11T14:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30e910ec7359bcd27cf29702bdd967728b8dd0d7",
"body": "* document if the string references are stable after first insertion\r\n\r\n* improve table readability\r\n\r\n* reorder legend",
"is_bot": false,
"headline": "Document if the string references are stable after first insertion (#83)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2025-02-11T13:53:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc192f5d57212ecbfba747b0bf1f82b81a655983",
"body": null,
"is_bot": false,
"headline": "fix outdated dependencies (#82)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2025-02-11T13:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1abd530c9e23b2a66cbb8de01ba9e6421aec3be5",
"body": "* use proper CI caching in jobs\r\n\r\n* fix audit CI job\r\n\r\n* fix CI job to check for outdated dependencies\r\n\r\n* try to fix coverage CI job\r\n\r\n* fix CI caching usage\r\n\r\n* Revert \"fix CI caching usage\"\r\n\r\nThis reverts commit c366bab97614dd01a274e041a120587c5c42c467.\r\n\r\n* don't use actions-rs/cargo\r\n\r\n* fix outdated and audit jobs",
"is_bot": false,
"headline": "Fix and modernize CI (#81)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2025-02-11T13:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7cec15b6e89d791ea2e277978399109e6bc4631",
"body": null,
"is_bot": false,
"headline": "try to fix Rust compiler bug (#80)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2025-02-11T12:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07c468f781363d88c56365f7e89ee5c3d17b4557",
"body": "* bump crate version\r\n\r\n* write changelog for v0.18.0",
"is_bot": false,
"headline": "Prepare release of `string-interner` v0.18.0 (#74)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2024-11-12T22:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "670cf8df6ccc331a0e33ddf81f8502c83af6b05c",
"body": "* remove unused cfg-if dependency\r\n\r\n* clean-up dependency management\r\n\r\n- No longer enable `serde` dependency when enabling `std` crate feature.\r\n- Rename `serde-1` to just `serde`.\r\n\r\n* apply rustfmt and clippy fixes\r\n\r\n* remove conditional compilation for outdated tarpaulin coverage reporter\r\n\r\n*\n[…]\ncode in front of test module\r\n\r\n* try to fix coverage CI job\r\n\r\n* no longer gitignore Cargo.lock\r\n\r\n* add Cargo.lock to git\r\n\r\n* improve no_std import config\r\n\r\n* fix intra doc link\r\n\r\n* apply rustfmt",
"is_bot": false,
"headline": "Clean-up dependencies, do some chores (#73)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2024-11-12T22:18:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c2d9ad2099fb4f4dae0ebbc0575ca866aafcaec0",
"body": "* update RELEASE_NOTES\r\n\r\n* bump crate version",
"is_bot": false,
"headline": "Prepare `string-interner` release version `v0.17` (#69)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2024-05-01T09:55:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dbdfe1f5488e5a05c38e3c74d0ab1cf7f1a9c67",
"body": "…unchecked` (#68)\n\n* fix BufferBackend::resolve unsoundness\r\n\r\nUnfortunately this fix vastly regresses the performance of the method.\r\nBenchmarks show -73% throughput which is massive ...\r\n\r\nStill the BufferBackend is a viable choice for memory constrained environments.\r\n\r\n* add StringInterner::resolve_unchecked method\r\n\r\nWe added this because it make a huge difference for the BufferBackend to have this available.",
"is_bot": false,
"headline": "Fix `BufferBackend` soundness issue and add `StringInterner::resolve_…",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2024-05-01T09:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f113940cf09a32073b089ef00a4a6f113dc3b7",
"body": "* bump version\r\n\r\n* update RELEASE_NOTES",
"is_bot": false,
"headline": "Prepare release for `string-interner` version `0.16` (#67)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2024-05-01T08:30:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c906590f1f108b6df67de0368cf1362ab30bf95b",
"body": "* fix unsoundness in BucketBackend::shrink_to_fit\r\n\r\n* adjust numbers for memory consumption of BucketBackend",
"is_bot": false,
"headline": "Fix unsoundness in `BucketBackend::shrink_to_fit` (#66)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2024-05-01T08:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "549db6c2efeac5acb5e8084e69fa22891ae14019",
"body": null,
"is_bot": false,
"headline": "remove SimpleBackend",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2024-05-01T07:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a2a6c80ebc17c2c66a3d500cb23a39a33d8548f",
"body": "This allows for simpler iteration of StringInterner.",
"is_bot": false,
"headline": "add Backend::iter (#65)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2024-05-01T07:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9043aaf7a17e0a1afcadb8ad68ca4d1aa082e117",
"body": "* speed-up decoding of var_usize\r\n\r\n- resolve: improves by 32%\r\n- iter: improves by 286%\r\nOther benchmarks are not significantly affected.\r\n\r\n* restructure BufferBackend Iter\r\n\r\n* improve naming parity between resolve_index_to_str methods\r\n\r\n* rename locals\r\n\r\n* add #[inline] to some BufferBackend internals\r\n\r\n* Revert \"add #[inline] to some BufferBackend internals\"\r\n\r\nThis reverts commit 596bfcc7c0711deeca8b7920dabfd7e247a517c9.",
"is_bot": false,
"headline": "Improve varlen encoding of `BufferBackend` (#64)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2024-05-01T07:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "143eb5178468dca14a79c9d1ca02a04ed4dc5f66",
"body": "* add release notes for version 0.15.0\r\n\r\n* bump crate version",
"is_bot": false,
"headline": "Prepare `v0.15.0` release (#63)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2024-02-07T22:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63369240a116519f83404d0322aeb1f8cf051c0d",
"body": "* enable cargo-outdated CI job again\r\n\r\n* use actions/checkout@v4\r\n\r\n* add DefaultStringInterner type alias\r\n\r\nThis also removes the default type parameter for H (backend) on the StringInterner type making it possible to remove the NoBackend helper type.\r\n\r\n* modernize test CI job\r\n\r\n* fix no_std builds\r\n\r\n* replace check CI job with modernised build CI job\r\n\r\n* modernise CI jobs\r\n\r\n* apply rustfmt\r\n\r\n* modernise codecov CI job",
"is_bot": false,
"headline": "Modernise CI job pipeline (#61)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2024-02-06T14:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2beb90a30cb1befa21f090ca7c30736159adef5",
"body": "* fix clippy issue\r\n\r\n* remove compat.rs file\r\n\r\nUse alloc crate dependencies directly instead.\r\n\r\n* update criterion",
"is_bot": false,
"headline": "Fix clippy issues, resolve tech debt (#60)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2024-02-06T13:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa65c81b2614b091869e1b9095182e2df4612f8f",
"body": null,
"is_bot": false,
"headline": "modernize Rust formatting (#59)",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2024-02-06T13:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0be9718007e02fea9d43be9a8474ea958dc27a70",
"body": null,
"is_bot": false,
"headline": "Update hashbrown to 0.14 (#58)",
"author_name": "Fredrik Fornwall",
"author_login": "fornwall",
"committed_at": "2024-02-06T13:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c9bff43263a16ce65785cd00adc010addd552a4",
"body": "* fix(string): remove unnecessary casts\r\n\r\n* refactor(string): fix formatting\r\n\r\n---------\r\n\r\nCo-authored-by: Robin Freyler <robin.freyler@gmail.com>",
"is_bot": false,
"headline": "Fix formatting in the string backend (#56)",
"author_name": "Adi Salimgereyev",
"author_login": "abs0luty",
"committed_at": "2023-07-09T07:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a283e56e2773688dd2eea6215c6b7ac2056152ac",
"body": "I accidentally deleted the head repository. :|\r\n\r\nRefs: #50",
"is_bot": false,
"headline": "fix(buffer): replace `*` with `+` (duplicate) (#54)",
"author_name": "Adi Salimgereyev",
"author_login": "abs0luty",
"committed_at": "2023-07-08T12:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90805f393553141ab501ea1508b11245755a7790",
"body": null,
"is_bot": false,
"headline": "fix \"allocatios\" typo (#52)",
"author_name": "Ricardo Fernández Serrata",
"author_login": "Rudxain",
"committed_at": "2023-04-17T13:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95574e27c0cda19113ab27dc1e8a5f9f9fa5ab8a",
"body": "Signed-off-by: YXL <chenxin.lan.76@gmail.com>",
"is_bot": false,
"headline": "feat: Better `no_std` support (#44)",
"author_name": "兰陈昕",
"author_login": "YXL76",
"committed_at": "2022-04-14T20:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d552e760dae3fa1a2c3cb9a00c9232c218d0f58a",
"body": null,
"is_bot": false,
"headline": "bump version 0.13 -> 0.14",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-27T10:33:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e48a0e334d0e5fd223ac7ebef1bca932985db274",
"body": "- test now tests all tests but memory consumption in parallel\n- test-memory now only tests the memory consumption tests",
"is_bot": false,
"headline": "split CI test pipeline in two segments",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-27T10:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb7572f6d26ff461db99bda9af6a49df5865cfb0",
"body": null,
"is_bot": false,
"headline": "ignore some heavy tests when coverage checking with cargo-tarpaulin",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-27T10:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b78c58ad729d5652180807c4df78337f660134e6",
"body": null,
"is_bot": false,
"headline": "disable cargo-outdated CI pipeline with comment",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-27T10:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa7cf10132b00be4a7e32c0630b3d1cfd7a95380",
"body": null,
"is_bot": false,
"headline": "add preliminary 0.14 release notes",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-27T10:09:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e9a210a74e7b3ff1994de75dddbc03a8a719e87",
"body": null,
"is_bot": false,
"headline": "tell users to use --release for testing the crate",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-27T09:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee1df2d8908588ad6b928e4a9286f87be44f5b18",
"body": null,
"is_bot": false,
"headline": "make tests bearable for miri tool again",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-27T09:57:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "341c1559631cf31a280aedef6a9ba2a775a26c58",
"body": null,
"is_bot": false,
"headline": "extend library docs",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-27T09:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fe86f18aa51703021933f044637909a4eb45a61",
"body": null,
"is_bot": false,
"headline": "all backends generic symbol parameter now defaults to DefaultSymbol",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-27T09:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30e9d16e04c745e1d694b521e622500171adb83b",
"body": null,
"is_bot": false,
"headline": "use unsafe unchecked decode_var_usize method in unsafe resolve",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T15:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec919eb39c9746d4be3ca0fee21f2eabc352e9e7",
"body": null,
"is_bot": false,
"headline": "refactor shortcut of decode_var_usize",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T15:52:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5dc0db39767e11ac3233dbc9acf05e45985feb3",
"body": null,
"is_bot": false,
"headline": "put #[inline] on some methods",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T15:51:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a62416ab30c567c8fa93c09ac921ddc3a883080",
"body": null,
"is_bot": false,
"headline": "simplify BufferBackend::resolve_index_to_str",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T15:51:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72da204e3d97af278c67af301bd48f3b06b77863",
"body": null,
"is_bot": false,
"headline": "update performance docs",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T14:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d01c9eb12029f454125236591a8f185055e8aa",
"body": null,
"is_bot": false,
"headline": "fix get_or_intern_works unit test",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T13:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9eaa279684630bea23e34393a2c6039090b11c5",
"body": null,
"is_bot": false,
"headline": "improve unit tests slightly",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T13:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8e7cdc530d3b767d32579e4302033938f8b9046",
"body": null,
"is_bot": false,
"headline": "add Interner::iter unit tests",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T13:46:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a8b309cc0bb979f7a342362c5226d8d8f9a1db",
"body": null,
"is_bot": false,
"headline": "fix BufferBackend::resolve_index_to_str method",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T13:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aba297b470680b017f79f843bc1898390a6e07a",
"body": null,
"is_bot": false,
"headline": "fix unit test for decode",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T13:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85b02134dd61d030f01fa72ac31b36fb7271e560",
"body": "Before it did not catch the BufferBackend bug that has just been fixed.",
"is_bot": false,
"headline": "make get_or_intern test a bit more complex",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T13:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fde3d199a77df17c5d78081d607dc732ce5da74",
"body": null,
"is_bot": false,
"headline": "fix a bug with string length decoding in BufferBackend",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T13:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f53a559bd09ec5f11437655532c08d1f331d5fed",
"body": "Was BucketBackend<DefaultSymbol> before.\nHowever, benchmarks showed that StringBackend generally is to be preferred.",
"is_bot": false,
"headline": "change DefaultBackend to StringBackend<DefaultSymbol>",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T11:58:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "259cf1f3794497f8eee35d498240ba8ad6c5aaf1",
"body": "Benchmarks show slight to medium improvements in some cases.",
"is_bot": false,
"headline": "add shortcuts for encode and decode of variable encoded usize",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T11:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f68d4042f2d3a72edff813555377d85f7728f525",
"body": null,
"is_bot": false,
"headline": "demonstrate in docs how to use different string interner backend",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T11:45:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79625904458036be57c906ac0ff241afbe3b40b8",
"body": "This heavily simplifies StringInterner's generic type signature.",
"is_bot": false,
"headline": "add Symbol associated type to Backend",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T11:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f37403249a5e1fdf78dfbc15c94bd4d83e0ebbd8",
"body": null,
"is_bot": false,
"headline": "simplify doc examples",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T11:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3ed23389d1d22813a552305a9a8b0c555a85bd3",
"body": null,
"is_bot": false,
"headline": "use Rust edition 2021",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T10:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eaca92a7e78c97f20246e92320de896c7219031",
"body": null,
"is_bot": false,
"headline": "add missing usage hint docs",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T10:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1adf1a78a0ebe61f1feaf984625c882216ba425c",
"body": null,
"is_bot": false,
"headline": "add usage hints and update backend stats in docs",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T10:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e3fb0b0d53f6ce75eebbbcb3bf63be136bf2234",
"body": "This reduces memory overhead from 70-93% to 35-58% with the trade-off for less efficient resolving of strings.\nUsers should use StringBackend for best runtime performance and BufferBackend for best memory consumption.",
"is_bot": false,
"headline": "encode string lengths with variable length for BufferBackend",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-26T10:28:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95b41a0f1608491e00dd4235b225fc81f9343085",
"body": null,
"is_bot": false,
"headline": "update backend docs",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-25T14:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "133f387c5b615c3f8a1e96e874b2af16d92df4b8",
"body": null,
"is_bot": false,
"headline": "apply rustfmt",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-18T12:58:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "489107cd569077d97921cb3098e94601503d0acc",
"body": null,
"is_bot": false,
"headline": "apply clippy suggestion",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-18T10:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1da80b870a7677bf84ba9970577c1dbad148c5fc",
"body": null,
"is_bot": false,
"headline": "derive Default for FixedString",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-18T09:50:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dab26d26cc1edf8f37de2554ea8130a94598e4b",
"body": null,
"is_bot": false,
"headline": "apply rustfmt",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-18T09:50:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5465ba515b767a957cb76f55a5a916b0c3ea8cfb",
"body": null,
"is_bot": false,
"headline": "warn about unsafe_op_in_unsafe_fn and fix warnings",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-18T09:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de9e181933e2fe4c3e2cfb7cc28f74938cb18c4",
"body": null,
"is_bot": false,
"headline": "add README section about benchmarking",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-18T09:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7090610fa880cc727038d953268ba9783b58c4f",
"body": null,
"is_bot": false,
"headline": "add new BufferBackend",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-18T09:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62ce02c84628e111866a5a82c076da00e6dd9d95",
"body": "This change makes them more generally usable as it removes the invariant of contiguous symbol indices.",
"is_bot": false,
"headline": "improve get_or_intern{_static} tests",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-18T09:32:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6e5560d3341c0d7072c218a0dc3cac7af90aa27",
"body": "This leads to more stable numbers.",
"is_bot": false,
"headline": "shrink string interners before testing memory consumption",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-18T09:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46a95e8f86b09f4de5c0db417c8bfbf05358d642",
"body": null,
"is_bot": false,
"headline": "test allocations and deallocations in memory consumption tests",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-10-18T09:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61df7d71d89d272e8d78e5093ff2654b6f41682e",
"body": null,
"is_bot": false,
"headline": "add release notes for 0.13.0 release",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-08-25T12:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd314f10848f62fa1b9bb9645d38ba69c7b3266e",
"body": null,
"is_bot": false,
"headline": "bump version 0.12.2 -> 0.13.0",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-08-25T12:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a432ffea34e1267584908104ef6547759356d81a",
"body": "* Support more than 4G of interned strings with StringBackend\r\n\r\n* updated memory overhead expectations for StringBackend",
"is_bot": false,
"headline": "Support more than 4G of interned strings with StringBackend (#37)",
"author_name": "Shikhar Bhushan",
"author_login": "shikhar",
"committed_at": "2021-07-02T07:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "395739cad719bcb0ddbfef64485cc3058ee27975",
"body": "* Add shrink_to_fit() to StringInterner via Backend\r\n\r\n* rm inline, spurious newline",
"is_bot": false,
"headline": "Add shrink_to_fit() to StringInterner via Backend (#36)",
"author_name": "Shikhar Bhushan",
"author_login": "shikhar",
"committed_at": "2021-06-07T09:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b23738934e170bb4c24b5dce020d8b9375b84465",
"body": null,
"is_bot": false,
"headline": "add memory tests to test coverage",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-03-18T23:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5204a9fa9bbba9f4f6f751a9851cac557c136409",
"body": null,
"is_bot": false,
"headline": "unrestrict miri channel",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-03-18T23:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c25c213a9e7e0b135b09cce433702b17c6b7a89e",
"body": null,
"is_bot": false,
"headline": "add cargo-audit and cargo-outdated to CI pipeline",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-03-18T23:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee9ee6f57b991c8607e6000eaf1f8ac7429dffbc",
"body": null,
"is_bot": false,
"headline": "improve miri test ignorance",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-03-18T23:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "615c9dbd70c76c38560235b0d1f32a2f95c00b37",
"body": null,
"is_bot": false,
"headline": "add debugging readme note",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-03-18T23:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d19f933d848a7068083d429a6b04a7534821d49",
"body": null,
"is_bot": false,
"headline": "remove S: Symbol trait bound from interner backends",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-03-18T23:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88ac99713b7624734c9482fc7eb4b585835403f5",
"body": null,
"is_bot": false,
"headline": "remove S: Symbol trait bound from Clone impl for StringBackend",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-03-18T23:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7d75ccfecbe758d75b9e5dfa17215756b21dd98",
"body": "This introduces the `test-allocations` crate feature.\nThis should be used for testing mainly.",
"is_bot": false,
"headline": "make `cargo test` work again",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-03-18T23:00:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8749bc41c7549d308de8c6b7c61fab8fd81b40d2",
"body": null,
"is_bot": false,
"headline": "update hashbrown 0.9 -> 0.11",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-03-18T22:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7eca206431cde0ce4e0f384ed95be5cee9ea320",
"body": null,
"is_bot": false,
"headline": "remove no longer needed jemalloc dev-dependencies",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-02-25T17:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deeebb978f76ab2aa675ed201e257226ccee9dda",
"body": null,
"is_bot": false,
"headline": "remove Travis CI",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-02-25T17:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ee93a2b48a84866b0d2aa76b62901284275278",
"body": null,
"is_bot": false,
"headline": "update .rustfmt.toml",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-02-25T17:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "710cdc0c02b098f30926b9679bf65307b97f32fa",
"body": null,
"is_bot": false,
"headline": "CI: add test coverage report pipeline",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-02-25T17:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12b00ce51e18695c3979e9ad3885649ae93be9f2",
"body": null,
"is_bot": false,
"headline": "CI: run tests in windows, ubuntu and macos",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-02-25T17:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b9c9bf919d7449ed308501e168d35924736d4b5",
"body": null,
"is_bot": false,
"headline": "CI: add pipeline to check documentation",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-02-25T17:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1472803c709987893ca5a6c1dfbf0bbfe2c3e30",
"body": null,
"is_bot": false,
"headline": "fix some internal doc comments",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-02-25T17:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "772a146192295870cc7a7c86a923b76610ed6088",
"body": null,
"is_bot": false,
"headline": "state in README that testing should be done single threaded",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-02-25T17:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ebe034fdd69134c1d3f978d8a493fa9f0f3e627",
"body": null,
"is_bot": false,
"headline": "CI: make cargo test run tests single threaded",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-02-25T17:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c736829fe58a10f891ec7c2929f2b182c7c188c",
"body": "Now tests are required to run single threaded:\ncargo test -- --test-threads 1",
"is_bot": false,
"headline": "move test framework and fix memory usage tests",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-02-25T17:31:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccfb775bdbd9f8ee3a74d8aa881814cde85adbf4",
"body": null,
"is_bot": false,
"headline": "bump crate version 0.12.1 -> 0.12.2",
"author_name": "Robin Freyler",
"author_login": "Robbepop",
"committed_at": "2021-01-11T22:10:00Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 7,
"latest_release_at": "2026-04-30T11:56:36Z",
"latest_release_tag": "v0.20.0",
"releases_from_tags": false,
"days_since_last_push": 85,
"active_weeks_last_year": 4,
"days_since_latest_release": 91,
"mean_days_between_releases": 332.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "string-interner",
"exists": true,
"license": "MIT/Apache-2.0",
"keywords": [
"string",
"str",
"symbol",
"interner",
"intern",
"data-structures"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/string-interner",
"is_deprecated": false,
"latest_version": "0.20.0",
"repository_url": "https://github.com/robbepop/string-interner",
"versions_count": 35,
"total_downloads": 34496220,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1865118,
"first_published_at": "2017-02-06T00:10:54.307279Z",
"latest_published_at": "2026-04-30T17:46:44.620449Z",
"latest_version_yanked": false,
"days_since_latest_publish": 91
}
]
},
"popularity": {
"forks": 42,
"stars": 220,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2017-08-11",
"count": 1
},
{
"date": "2019-08-24",
"count": 1
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2020-05-24",
"count": 1
},
{
"date": "2020-07-14",
"count": 1
},
{
"date": "2020-11-13",
"count": 1
},
{
"date": "2021-01-01",
"count": 1
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-08-01",
"count": 1
},
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2022-02-21",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-03-05",
"count": 1
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-10-18",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-02-05",
"count": 1
},
{
"date": "2023-02-18",
"count": 1
},
{
"date": "2023-05-12",
"count": 1
},
{
"date": "2023-05-19",
"count": 1
},
{
"date": "2023-06-22",
"count": 1
},
{
"date": "2023-07-07",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2024-01-13",
"count": 1
},
{
"date": "2024-02-19",
"count": 1
},
{
"date": "2024-05-27",
"count": 1
},
{
"date": "2024-06-18",
"count": 1
},
{
"date": "2024-09-22",
"count": 1
},
{
"date": "2024-11-19",
"count": 1
},
{
"date": "2024-12-31",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-04-04",
"count": 1
},
{
"date": "2025-05-20",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2026-02-10",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-06",
"count": 1
}
],
"complete": true,
"collected": 42,
"total_forks": 42
},
"star_history": null,
"open_issues_and_prs": 13
},
"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": 16624,
"source_files_sampled": 14,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.18",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0204"
],
"fixed_version": "0.9.20",
"advisory_count": 1,
"oldest_advisory_days": 24
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 67,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "hashbrown",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.17.0"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "hashbrown",
"direct": true,
"version": "0.17.0",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "anes",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": false,
"version": "1.0.14",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.20.2",
"ecosystem": "crates"
},
{
"name": "cast",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "ciborium",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "ciborium-io",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "ciborium-ll",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": false,
"version": "4.6.1",
"ecosystem": "crates"
},
{
"name": "clap_builder",
"direct": false,
"version": "4.6.0",
"ecosystem": "crates"
},
{
"name": "clap_lex",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "criterion-plot",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "crossbeam-deque",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.18",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.21",
"ecosystem": "crates"
},
{
"name": "crunchy",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.15.0",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-task",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "half",
"direct": false,
"version": "2.7.1",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.13.0",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.97",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.0",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.4",
"ecosystem": "crates"
},
{
"name": "oorandom",
"direct": false,
"version": "11.1.5",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "plotters",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "plotters-backend",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "plotters-svg",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.106",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.45",
"ecosystem": "crates"
},
{
"name": "rayon",
"direct": false,
"version": "1.12.0",
"ecosystem": "crates"
},
{
"name": "rayon-core",
"direct": false,
"version": "1.13.0",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.12.3",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.10",
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.22",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": false,
"version": "1.0.149",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.117",
"ecosystem": "crates"
},
{
"name": "tinytemplate",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.120",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.120",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.120",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.120",
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": false,
"version": "0.3.97",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.11",
"ecosystem": "crates"
},
{
"name": "windows-link",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.61.2",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.8.48",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.48",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.21",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 67,
"direct_count": 2,
"indirect_count": 65
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 53,
"open_issues": 9,
"closed_ratio": 0.763,
"closed_issues": 29,
"closed_unmerged_prs": 13
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Robbepop",
"commits": 392,
"avatar_url": "https://avatars.githubusercontent.com/u/8193155?v=4"
},
{
"type": "User",
"login": "lo48576",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1246590?v=4"
},
{
"type": "User",
"login": "xtqqczze",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/45661989?v=4"
},
{
"type": "User",
"login": "abs0luty",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/68709264?v=4"
},
{
"type": "User",
"login": "Ddystopia",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/63151578?v=4"
},
{
"type": "User",
"login": "shikhar",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/74267?v=4"
},
{
"type": "User",
"login": "Ten0",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/9094255?v=4"
},
{
"type": "User",
"login": "caspark",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/931544?v=4"
},
{
"type": "User",
"login": "alamb",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/490673?v=4"
},
{
"type": "User",
"login": "fornwall",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/277251?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.945
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"rust.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "1 out of 29 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 9/30 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": "2 commit(s) and 1 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": 0,
"reason": "security policy file not 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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a8be6331d6a0c0c60cdb3a727ba00ff0af9f27d2",
"ran_at": "2026-07-31T06:19:39Z",
"aggregate_score": 3.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-05-06T12:13:06Z",
"oldest_open_prs": [
{
"number": 71,
"created_at": "2024-05-27T14:50:57Z",
"last_comment_at": "2024-06-21T15:43:59Z",
"last_comment_author": "royaltm"
},
{
"number": 76,
"created_at": "2024-11-19T16:26:13Z",
"last_comment_at": "2024-11-21T13:18:08Z",
"last_comment_author": "Caellian"
},
{
"number": 108,
"created_at": "2026-05-06T13:56:52Z",
"last_comment_at": "2026-05-06T14:00:25Z",
"last_comment_author": "codecov-commenter"
},
{
"number": 110,
"created_at": "2026-05-06T16:27:34Z",
"last_comment_at": "2026-05-06T16:54:36Z",
"last_comment_author": "codecov-commenter"
}
],
"last_merged_pr_at": "2026-05-06T12:07:59Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 39,
"created_at": "2021-12-09T22:04:19Z",
"last_comment_at": "2021-12-09T23:03:46Z",
"last_comment_author": "Robbepop"
},
{
"number": 70,
"created_at": "2024-05-26T14:56:17Z",
"last_comment_at": "2024-05-27T10:14:09Z",
"last_comment_author": "royaltm"
},
{
"number": 77,
"created_at": "2024-11-20T13:45:40Z",
"last_comment_at": "2025-02-12T11:48:59Z",
"last_comment_author": "Robbepop"
},
{
"number": 87,
"created_at": "2025-03-19T10:25:45Z",
"last_comment_at": "2025-03-20T09:20:59Z",
"last_comment_author": "bentheiii"
},
{
"number": 97,
"created_at": "2025-12-04T15:47:28Z",
"last_comment_at": "2025-12-04T16:58:40Z",
"last_comment_author": "Gaming32"
},
{
"number": 102,
"created_at": "2026-04-22T04:49:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 103,
"created_at": "2026-04-25T11:15:11Z",
"last_comment_at": "2026-04-25T11:56:36Z",
"last_comment_author": "twinkle-mouse"
},
{
"number": 107,
"created_at": "2026-05-06T12:02:40Z",
"last_comment_at": "2026-05-07T17:18:39Z",
"last_comment_author": "jgabaut"
},
{
"number": 109,
"created_at": "2026-05-06T14:02:28Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Robbepop/string-interner",
"host": "github.com",
"name": "string-interner",
"owner": "Robbepop"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 56 is calibrated to 59 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 56,
"calibrated": 59,
"calibration": "2026-08-02"
}
}
],
"value": 59,
"inputs": {
"security": 50,
"vitality": 48,
"community": 64,
"governance": 63,
"calibration": "2026-08-02",
"engineering": 53,
"ai_readiness": 52,
"weighted_overall_raw": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 48,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"commits_last_year": 7,
"human_commit_share": 1,
"days_since_last_push": 85,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 85 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 85
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "7 commits in the last year",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 7
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.20.0",
"releases_from_tags": false,
"days_since_latest_release": 91,
"mean_days_between_releases": 332.1
},
"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 91 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 91
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~332.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 332.1
}
}
],
"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": "exceptional",
"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": 88,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 88 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 88
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 64,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"forks": 42,
"stars": 220,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "220 stars",
"points": 38,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 220
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "42 forks",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 42
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": "exceptional",
"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": [
"string-interner"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 34496220,
"monthly_downloads": 1865118
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,865,118 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1865118,
"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.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 14,
"top_contributor_share": 0.945
},
"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 94% of commits",
"points": 1.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 70,
"inputs": {
"merged_prs": 53,
"open_issues": 9,
"closed_issues": 29,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.763,
"closed_unmerged_prs": 13,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "76% of issues closed",
"points": 32,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 76
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "53/66 decided PRs merged",
"points": 24.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 53,
"decided": 66
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/30 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"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": 65,
"inputs": {
"followers": 228,
"owner_type": "User",
"is_verified": null,
"owner_login": "Robbepop",
"public_repos": 163,
"account_age_days": 4396
},
"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": "228 followers of Robbepop",
"points": 17,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 228,
"login": "Robbepop"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "163 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 163
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"string-interner"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 91
},
"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 91 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 91
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "35 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 35
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"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": "1 out of 29 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"datastructures",
"rust",
"string",
"interner",
"interning",
"storage",
"mapping",
"bidirectional"
],
"has_wiki": true,
"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": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 29 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 9/30 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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": "2 commit(s) and 1 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 not detected",
"points": 0,
"status": "missed",
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 67 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 67
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 67,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"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": "exceptional",
"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": 67,
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 10
},
"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": 52,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.41,
"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": "41 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 41,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 16624,
"source_files_sampled": 14,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/14 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 14,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-31T06:19:59.836729Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/Robbepop/string-interner.svg",
"full_name": "Robbepop/string-interner",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}