Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 267,
"has_wiki": false,
"homepage": null,
"languages": {
"Just": 2766,
"Rust": 47260,
"Shell": 3412
},
"pushed_at": "2026-07-31T14:58:27Z",
"created_at": "2015-07-16T04:17:48Z",
"owner_type": "Organization",
"updated_at": "2026-07-31T13:53:26Z",
"description": "Semantic wrapper for byte count representations",
"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": null,
"type": "Organization",
"login": "bytesize-rs",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/188908543?v=4",
"created_at": "2024-11-18T17:54:54Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 619
},
"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": "bytesize-v2.5.0",
"kind": "other",
"published_at": "2026-07-31T13:50:38Z"
},
{
"tag": "bytesize-v2.4.2",
"kind": "other",
"published_at": "2026-07-03T12:07:32Z"
},
{
"tag": "bytesize-v2.4.1",
"kind": "other",
"published_at": "2026-07-03T11:41:35Z"
},
{
"tag": "bytesize-v2.4.0",
"kind": "other",
"published_at": "2026-06-13T18:47:33Z"
},
{
"tag": "bytesize-v2.3.1",
"kind": "other",
"published_at": "2025-11-26T17:42:53Z"
},
{
"tag": "bytesize-v2.3.0",
"kind": "other",
"published_at": "2025-11-20T14:17:23Z"
},
{
"tag": "bytesize-v2.2.0",
"kind": "other",
"published_at": "2025-11-10T04:39:28Z"
},
{
"tag": "bytesize-v2.1.0",
"kind": "other",
"published_at": "2025-09-15T08:39:16Z"
},
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2025-03-31T06:28:15Z"
},
{
"tag": "bytesize-v2.0.1",
"kind": "other",
"published_at": "2025-02-28T06:41:53Z"
},
{
"tag": "bytesize-v2.0.0",
"kind": "other",
"published_at": "2025-03-31T06:29:56Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2025-02-11T03:50:06Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2025-02-10T21:39:36Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2023-08-23T21:08:55Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2023-02-24T08:06:12Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2021-07-30T22:50:04Z"
},
{
"tag": "release-1.0.1",
"kind": "other",
"published_at": "2020-05-22T23:34:46Z"
}
],
"recent_commits": [
{
"oid": "bc000f1f7a6c31f7028fc42b4007f6adfcf8303b",
"body": "* chore: release v2.5.0\n\n* docs: update changelog versions\n\n* docs: update changelog\n\n---------\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\nCo-authored-by: Rob Ede <robjtede@icloud.com>",
"is_bot": true,
"headline": "chore: release v2.5.0 (#180)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-31T13:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4172cab7c0cd57d1e961ab9be14362df71b539b",
"body": "With a width, the Display impl used f.pad(display.to_string()). That\nrenders at the default precision and then f.pad treats the precision as\na maximum width, so a value like ByteSize::mib(1908) formatted with\n{:>12.5} came out as \" 1.9 G\" - the precision ignored and the\nunit truncated. Render with the requested precision first, then apply\nonly the width, fill, and alignment.",
"is_bot": false,
"headline": "fix: honor precision when a width is set in ByteSize Display (#178)",
"author_name": "Sueun Cho",
"author_login": "sueun-dev",
"committed_at": "2026-07-31T13:15:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d184f81629c637d38cfc855fb05deb5fb67161e",
"body": null,
"is_bot": false,
"headline": "test: group core and alloc tests (#182)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2026-07-31T12:18:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "620ab9893491ad8707cf4c8b702b83038352e33d",
"body": "* chore: make justfile toolchain configurable\n\n* fix: run MSRV dependency downgrade with MSRV cargo",
"is_bot": false,
"headline": "chore: make justfile toolchain configurable (#181)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2026-07-31T12:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "420a933aa40957c90e8448c928ab1623d54b8502",
"body": null,
"is_bot": false,
"headline": "feat: support no-alloc targets (#179)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2026-07-31T12:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f8d196ae1929ed209af901ab7154bf958c0ca6c",
"body": "* chore: release v2.4.2\n\n* docs: update changelog versions\n\n* Update changelog for version 2.4.2\n\n---------\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\nCo-authored-by: Rob Ede <robjtede@icloud.com>",
"is_bot": true,
"headline": "chore: release v2.4.2 (#177)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-03T12:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13f4aee47c0572593dfbded9ce170d55530faec6",
"body": null,
"is_bot": false,
"headline": "Avoid f64 precision loss when parsing integer byte counts (#171)",
"author_name": "Sayantan Mandal",
"author_login": "sayantanmandal1",
"committed_at": "2026-07-03T12:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37cf3fcb89231d7c458364a2c00ac83a2825bdcb",
"body": "Co-authored-by: Rob Ede <robjtede@icloud.com>",
"is_bot": true,
"headline": "chore: release v2.4.1 (#176)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-03T11:40:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c84e2938406298e50f5541c367a1be7fe483a9b7",
"body": "…to 1.17.0 (#172)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions-rust-lang/setup-rust-toolchain from 1.16.1 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-03T11:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdba7f05beff618c504c4b4d4fb8153721b24426",
"body": "Signed-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump taiki-e/install-action from 2.81.10 to 2.82.7 (#173)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-03T11:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bad4015d2695509d6641787a2bb65b562a8d4ab",
"body": "Signed-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#174)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-03T11:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "520a55778039697b8fa621467d2116c48c6d8ad3",
"body": "…s (#175)",
"is_bot": false,
"headline": "fix: ideal_unit_std picks the wrong unit near power-of-unit boundarie…",
"author_name": "Alexander Kireyev",
"author_login": "chatman-media",
"committed_at": "2026-07-03T11:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a50ff2fa9b564d737967413b7d9816ef751c5a01",
"body": "Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.27 to 2.81.10.\n- [Release notes](https://github.com/taiki-e/install-action/releases)\n- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/taiki-e/install-acti\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump taiki-e/install-action from 2.75.27 to 2.81.10 (#163)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-13T18:49:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ce689d7ad0d8ca422ccefac61fa3ef430828b203",
"body": "Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.0 to 7.0.0.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/c\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump codecov/codecov-action from 6.0.0 to 7.0.0 (#164)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-13T18:49:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "284b09dce63d96255dfb1743263fc5ccacdf7366",
"body": "Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.149 to 1.0.150.\n- [Release notes](https://github.com/serde-rs/json/releases)\n- [Commits](https://github.com/serde-rs/json/compare/v1.0.149...v1.0.150)\n\n---\nupdated-dependencies:\n- dependency-name: serde_json\n dependency-version: 1.0.150\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump serde_json from 1.0.149 to 1.0.150 (#165)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-13T18:49:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "975783e4ccc3988d53b44eb367ff8c3545944f03",
"body": "…0 (#166)\n\nBumps [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) from 0.5.128 to 0.5.130.\n- [Release notes](https://github.com/marcoieni/release-plz-action/releases)\n- [Commits](https://github.com/marcoieni/release-plz-action/compare/1528104d2ca23787631a1c1f022abb64b3\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump MarcoIeni/release-plz-action from 0.5.128 to 0.5.13…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-13T18:49:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4a6b2391cf2db12d52c766a69ed5f8d3e4e94fb6",
"body": "Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.16.0 to 1.16.1.\n- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)\n- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHA\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions-rust-lang/setup-rust-toolchain (#167)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-13T18:49:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ebf8ed353a3fe5e7c2044b0b180aeaf9bd82f58e",
"body": null,
"is_bot": true,
"headline": "chore: release v2.4.0 (#161)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-13T18:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a1423fdbe27ae264d9dc8fb8f2c1448c2aa8d22",
"body": null,
"is_bot": false,
"headline": "feat: implement Sum for ByteSize (#169)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2026-06-13T18:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2b22f3e32cbaf1acd2535827ef69c4974bb1727",
"body": null,
"is_bot": false,
"headline": "ci: pin actions",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2026-06-13T18:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c02c4c3a26eae51abcfcea3686efd6c9ffbf395",
"body": null,
"is_bot": false,
"headline": "chore: update msrv to 1.85",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2026-06-13T18:07:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "227baa752b9f516eb8accf2078640f38a929a352",
"body": "Signed-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump rand from 0.10.0 to 0.10.1 (#162)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-26T07:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a4a9c73580d7cdcc70476a19ca4f446faf84c9c",
"body": "Bumps [toml](https://github.com/toml-rs/toml) from 1.0.6+spec-1.1.0 to 1.1.2+spec-1.1.0.\n- [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.6...toml-v1.1.2)\n\n---\nupdated-dependencies:\n- dependency-name: toml\n dependency-version: 1.1.2+spec-1.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump toml from 1.0.6+spec-1.1.0 to 1.1.2+spec-1.1.0 (#160)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-04T11:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6958377408659218fa24de51fa7c61a92bdac36",
"body": "Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.70.3 to 2.75.27.\n- [Release notes](https://github.com/taiki-e/install-action/releases)\n- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/taiki-e/install-actio\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump taiki-e/install-action from 2.70.3 to 2.75.27 (#158)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-02T17:51:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "94e559a35a9a003817d55ac3923513ed6fdedd80",
"body": "Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.15.4 to 1.16.0.\n- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)\n- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHA\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions-rust-lang/setup-rust-toolchain (#159)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-02T17:51:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1cacb79b9d845741b070f6124baddc7f76cb57f1",
"body": "Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.15.3 to 1.15.4.\n- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)\n- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHA\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions-rust-lang/setup-rust-toolchain (#151)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-01T00:47:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed48c914e7e31648479aa11e048ec1d201ea5974",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump taiki-e/install-action from 2.68.15 to 2.70.3 (#150)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-01T00:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "266e5bfa9db3cb3980a22a5812404e80345bdfb7",
"body": "Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.2 to 6.0.0.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/c\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump codecov/codecov-action from 5.5.2 to 6.0.0 (#152)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-01T00:47:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9da781e32706bbf2a3f191740fa9d3c4fdaab269",
"body": "…8 (#154)\n\nBumps [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) from 0.5.127 to 0.5.128.\n- [Release notes](https://github.com/marcoieni/release-plz-action/releases)\n- [Commits](https://github.com/marcoieni/release-plz-action/compare/v0.5.127...v0.5.128)\n\n---\nupdated-\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump MarcoIeni/release-plz-action from 0.5.127 to 0.5.12…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-01T00:47:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "646b65114119fd2580b199c3387b06bd3485f06b",
"body": "…#155)\n\nBumps [actions-rust-lang/msrv/.github/workflows/msrv.yml](https://github.com/actions-rust-lang/msrv) from 0.1.0 to 0.1.1.\n- [Release notes](https://github.com/actions-rust-lang/msrv/releases)\n- [Commits](https://github.com/actions-rust-lang/msrv/compare/v0.1.0...v0.1.1)\n\n---\nupdated-dependen\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions-rust-lang/msrv/.github/workflows/msrv.yml (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-01T00:47:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e1539dba7f4124396f42f6e12626119716c8d00e",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Rob Ede <robjtede@icloud.com>",
"is_bot": true,
"headline": "chore(deps): bump quickcheck from 1.0.3 to 1.1.0 (#144)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-11T10:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "084f338ca6a128c460411534db2b47c1a5795091",
"body": "Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.145 to 1.0.149.\n- [Release notes](https://github.com/serde-rs/json/releases)\n- [Commits](https://github.com/serde-rs/json/compare/v1.0.145...v1.0.149)\n\n---\nupdated-dependencies:\n- dependency-name: serde_json\n dependency-version: 1.0.149\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump serde_json from 1.0.145 to 1.0.149 (#137)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-07T11:08:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "68be21e0383879c0e6bc9b295648184919614493",
"body": "Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 to 5.5.2.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/c\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 (#134)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-07T11:08:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "671056610fe4508be21a89f85fc10f29c82ba75a",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 5 to 6 (#127)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-07T11:08:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "35ffa65b23f8cc2ae1f08dad60bb4aae4e387253",
"body": "Bumps [toml](https://github.com/toml-rs/toml) from 0.9.5 to 1.0.3+spec-1.1.0.\n- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.5...toml-v1.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: toml\n dependency-version: 1.0.3+spec-1.1.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump toml from 0.9.5 to 1.0.3+spec-1.1.0 (#146)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-07T11:08:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d12e33442071922da6b2dcb7f3c4bf53704502b6",
"body": null,
"is_bot": false,
"headline": "chore: update msrv to 1.76",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2026-03-07T10:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09545680ae324f7fe505c3d3534f2f3d301b5e33",
"body": "…7 (#147)\n\nBumps [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) from 0.5.118 to 0.5.127.\n- [Release notes](https://github.com/marcoieni/release-plz-action/releases)\n- [Commits](https://github.com/marcoieni/release-plz-action/compare/v0.5.118...v0.5.127)\n\n---\nupdated-\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump MarcoIeni/release-plz-action from 0.5.118 to 0.5.12…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-01T03:30:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "73a3ac5961374c6ec62db97b64fcd494a7ba7b14",
"body": "Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.15.2 to 1.15.3.\n- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)\n- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHA\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions-rust-lang/setup-rust-toolchain (#143)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-01T03:29:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a4e752e0ad2b692a60ab06f0f76870138780ecba",
"body": "Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.43 to 2.68.15.\n- [Release notes](https://github.com/taiki-e/install-action/releases)\n- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/taiki-e/install-acti\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump taiki-e/install-action from 2.62.43 to 2.68.15 (#145)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-01T03:29:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "01217417db306cf1bc7635fe036e21590e0e3eef",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v2.3.1 (#126)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-11-26T17:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb35f2d88a0b882abf8c5f5507b7819e2367a29d",
"body": null,
"is_bot": false,
"headline": "fix: error string when unit is too long (#125)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-11-26T17:23:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f626cc828debb9042f913a4001b2421eb8fc7e49",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v2.3.0 (#124)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-11-20T14:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6630c550fd0f4bf984e23fa77c12e39ab7201292",
"body": null,
"is_bot": false,
"headline": "feat: expose Unit (#123)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-11-20T13:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fec8021dc364e1ee4105344a203fadcf65aaf7b",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v2.2.0 (#122)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-11-10T04:38:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f00812af3d63ecf031ded42be353bef134a51d6",
"body": null,
"is_bot": false,
"headline": "ci: fix other run case",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-11-10T04:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d951a2522faf5960b765a3c5752dc12d369f2ee5",
"body": null,
"is_bot": false,
"headline": "ci: fix MR run case",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-11-10T04:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4052afe8942cc14dfe76538b21e8782c3f6cc49c",
"body": null,
"is_bot": false,
"headline": "ci: ensure release-plz tag format",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-11-10T04:16:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a34fe2d8c66d47d0a0ab9e91962233904c723d36",
"body": null,
"is_bot": false,
"headline": "chore: add release-plz config",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-11-10T04:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f06e3315d5ab3dc0f966b3be7efaf3e0b855840",
"body": null,
"is_bot": false,
"headline": "ci: fix release scripts",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-11-10T04:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41cd4723e17027770a2a1c8ecfa428a27717a5f8",
"body": null,
"is_bot": false,
"headline": "ci: fix release branch ref",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-11-10T04:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ffafc21c960051e2017f4dcb9c9685aa81afaa9",
"body": null,
"is_bot": false,
"headline": "ci: add release-plz",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-11-10T04:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e7d8e1bd807846580d66cf8eae9eaf0518fb2b9",
"body": "Co-authored-by: Rob Ede <robjtede@icloud.com>",
"is_bot": false,
"headline": "feat: add custom unit conversions (#111)",
"author_name": "Paul Pare",
"author_login": "Sheape",
"committed_at": "2025-11-10T03:53:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a9d4311bba0ec2d6c3be0db04f6f1958b13c58d",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 (#116)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-06T05:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41952ecc0c71bfe51e3b2a45c2240d0b1d8af008",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions-rust-lang/setup-rust-toolchain (#119)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-06T05:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79b48e38e6decb02125f63f403150a599b5c1ad5",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump taiki-e/install-action from 2.58.29 to 2.62.43 (#120)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-06T05:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfe7e5ece040f27c0e7694f5d0fe7e96633ec475",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump serde from 1.0.223 to 1.0.228 (#113)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-06T05:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac756bb3036b57991c40b49debab2cb5bdb5ca58",
"body": null,
"is_bot": false,
"headline": "chore(bytesize): prepare release 2.1.0",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-09-15T08:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a0de52d604528e9b8cc365e680625c7c7ad1c06",
"body": null,
"is_bot": false,
"headline": "chore: migrate to serde_core",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-09-15T08:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e816797edb84ffafef1d9eb2d80432d4f59f8442",
"body": "Co-authored-by: Rob Ede <robjtede@icloud.com>",
"is_bot": false,
"headline": "feat: add exabyte and exbibyte support (#101)",
"author_name": "Paul Pare",
"author_login": "Sheape",
"committed_at": "2025-09-15T08:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b89d0106f62620583cf0a9ae572fda192fe4392",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 4 to 5 (#105)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-01T01:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62e38cb256665f59ae5d1e7acaed901271897013",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions-rust-lang/setup-rust-toolchain (#104)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-01T01:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4beb271637630f0c83416958d67aaa3d0121ea74",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 (#106)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-01T01:55:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "731c44c3a07ffa020774d1b7ae76d68a11210b31",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump taiki-e/install-action from 2.57.8 to 2.58.29 (#107)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-01T01:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "661370438beb30b3f4d3e896295fc7d44caf9c97",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump arbitrary from 1.4.1 to 1.4.2 (#108)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-01T01:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14636645def397847f8f3b1f1b6ae970f9cb47d4",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump serde_json from 1.0.142 to 1.0.143 (#109)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-01T01:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8476c8a0849dcdd55a7a04759272a0975ab7822a",
"body": null,
"is_bot": false,
"headline": "fix(ci): use variables directly in formatting for clippy (#103)",
"author_name": "Paul Pare",
"author_login": "Sheape",
"committed_at": "2025-08-31T20:40:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5051854ebf41493f2c29a994c91a90ea71910b90",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump divan from 0.1.17 to 0.1.21 (#95)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-06T00:18:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62db7deaea444b3cd94e90f99e0e2d33a9eafb73",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump serde from 1.0.218 to 1.0.219 (#99)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-06T00:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdd1da56ba66390b5db1ccb3642453cfe507f4f8",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump serde_json from 1.0.139 to 1.0.142 (#97)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-06T00:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d7539c626f9f8d79a894cf0d4d2d1c1c5add720",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump toml from 0.8.20 to 0.9.5 (#98)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-06T00:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28c8182232f8e5072185809ca6223ac577908c85",
"body": null,
"is_bot": false,
"headline": "Configure docs.rs to build with all features (#91)",
"author_name": "Fenhl",
"author_login": "fenhl",
"committed_at": "2025-08-06T00:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c5e33a9581e98f0ef8e57f2ef6012dfb5315860",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump codecov/codecov-action from 4.5.0 to 5.4.3 (#94)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-06T00:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d65392d2637b418dcf54d7573853ba003efc0be",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump taiki-e/install-action from 2.44.5 to 2.57.8 (#93)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-06T00:13:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c5ce09e08b86a1c0c3bf793a0bff6b3b35f7c7d",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions-rust-lang/setup-rust-toolchain (#96)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-06T00:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "809221213cc268c093b67b3200cf9d71b1540ae6",
"body": null,
"is_bot": false,
"headline": "ci: add dependabot (#92)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-08-06T00:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7467a23df30bc1fee48326e0fa6c063fc85676a2",
"body": null,
"is_bot": false,
"headline": "fix: Corrected Display unit mismatch. (#86)",
"author_name": "morugetsm",
"author_login": "morugetsm",
"committed_at": "2025-03-13T17:33:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2ac87bdcd5ef8a926c199c2a9b1b605de2836cf",
"body": null,
"is_bot": false,
"headline": "chore: prepare release v2.0.1 (#85)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-28T06:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a54210c3bd2f48462c9f9afefb4fb2452bd8f66",
"body": "Co-authored-by: Rob Ede <robjtede@icloud.com>",
"is_bot": false,
"headline": "feat: control precision via standard format options (#84)",
"author_name": "Weihang Lo",
"author_login": "weihanglo",
"committed_at": "2025-02-28T06:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aa5e11316f4e06935bd5426b28f9bd2e203e198",
"body": null,
"is_bot": false,
"headline": "Fix Display documentation (#83)",
"author_name": "Martin Liška",
"author_login": "marxin",
"committed_at": "2025-02-28T05:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b8f8943197ce750af1b0c65791d1595bb8898e0",
"body": null,
"is_bot": false,
"headline": "chore: prepare release 2.0.0 (#80)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-24T21:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aa04b1201b7cddb67b1333b4cc93a75e4684790",
"body": null,
"is_bot": false,
"headline": "test: black box bench inputs (#81)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-24T00:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "341d47c9c92d97783b03952e01cd5bf81878d0e3",
"body": null,
"is_bot": false,
"headline": "chore: prepare release v2.0.0 (#79)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-23T17:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a17c0937c7d016c7e620a004ab595871ad22fd57",
"body": null,
"is_bot": false,
"headline": "feat: no std (#78)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-21T11:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce103e6a43c30ce4a0383cc11caab99953117746",
"body": null,
"is_bot": false,
"headline": "feat: display type (#76)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-19T21:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dcc0ac6cf55a2585822e8304f7166a4a1bd26bc",
"body": null,
"is_bot": false,
"headline": "chore: enforce usual rust lints (#75)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-13T20:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4c69164749acb306bc4d091dfb597fbb358ffad",
"body": "* fix: swap values of `LN_KIB` & `LN_KB`\n\n* fix: invert SI/IEC conditions\n\n- Conditions that check whether the SI or IEC units must be used were\n inverted, i.e., when `si_prefix == true` it would use `\"iB\"` instead of\n `\"B\"`.\n- KB & kiB were used instead of kB & KiB.\n- Switches (true/false) in tes\n[…]\ncision of LN_ constants\n\n* chore: remove to_string_as method\n\n* docs: document all public items\n\n* chore: remove useless B constant\n\n---------\n\nCo-authored-by: Andrew Voynov <andrewvoynov.b@gmail.com>",
"is_bot": false,
"headline": "docs: document all public items (#73)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-13T13:38:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b8242ef4ab67a6b64be69a244679678361e15f9d",
"body": null,
"is_bot": false,
"headline": "chore: remove to_string_as method (#71)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-13T13:33:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a10b729fdd2e40a590f39848c5877c56795581e",
"body": "* feat: remove derive feature from arbitrary support\n\n* test: expand allowed string lengths in prop test\n\nturns out 1018.0 PiB can be generated",
"is_bot": false,
"headline": "feat: remove derive feature from arbitrary support (#63)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-12T01:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58146e412be458a55954b9cba574c7b15a018d2f",
"body": null,
"is_bot": false,
"headline": "test: add property tests (#65)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-12T01:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81d19ce41889a79f3597d9429e1a52936419ca6a",
"body": "* fix: swap values of `LN_KIB` & `LN_KB`\n\n* fix: invert SI/IEC conditions\n\n- Conditions that check whether the SI or IEC units must be used were\n inverted, i.e., when `si_prefix == true` it would use `\"iB\"` instead of\n `\"B\"`.\n- KB & kiB were used instead of kB & KiB.\n- Switches (true/false) in tes\n[…]\nntroduce format enum\n\n* test: use to_string_format in tests\n\n* chore: expand debug impl\n\n* fix: increase precision of LN_ constants\n\n---------\n\nCo-authored-by: Andrew Voynov <andrewvoynov.b@gmail.com>",
"is_bot": false,
"headline": "fix inverted SI / IEC conditions (#69)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-12T01:28:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d89895f70584531613ccc634bb33a8e5d1eabf37",
"body": null,
"is_bot": false,
"headline": "docs: add ls example (#72)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-11T23:31:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bdd45f603299b47d3157773a4836bf71bfacc6e",
"body": null,
"is_bot": false,
"headline": "docs: use cargo-rdme to match readme to tested docs (#68)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-10T00:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65d8c890ef905bf0cc1ccb4f7b9e3e6c8ecd6381",
"body": null,
"is_bot": false,
"headline": "docs: update changelog (#66)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-09T23:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e10422201f0d96f207bb46b8daec440aa4b0d1a",
"body": "* Fix parsing logic after first whitespace\n\nThe way the parse was implemented accepted additional numeric characters\nor `.` after the first valid `f64` literal but ignored them.\n\nThis permitted more strings that are invalid following a strict grammar\nfor byte sizes and silently ignores the further s\n[…]\nter whitespace\n\n* Add test documenting that whitespace is not a valid digit separator\n\nMore following the old choices of using `f64::from_str`\n\n---------\n\nCo-authored-by: Rob Ede <robjtede@icloud.com>",
"is_bot": false,
"headline": "Fix overly permissive parsing after whitespace (#59)",
"author_name": "Stefan Holderbach",
"author_login": "sholderbach",
"committed_at": "2025-02-09T23:20:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6b0eb20eaf6718caec874f2a8a8247d9b3f9744e",
"body": null,
"is_bot": false,
"headline": "chore: don't show failed CI for codecov issues (#64)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-09T22:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffbc6ab323dec5d643cb9fb436632a40bbe3fe3a",
"body": null,
"is_bot": false,
"headline": "chore: move serde impls to module (#62)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-09T22:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb3743337cbcebfcb9a429c9aa49a22527e8ce4c",
"body": null,
"is_bot": false,
"headline": "chore: check in lockfile (#61)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-09T22:37:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1a9e1ed58a6880a56384a105104f6e18547d903",
"body": null,
"is_bot": false,
"headline": "chore: address clippy lints (#60)",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2025-02-09T22:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61d9c9cbfbfafb94832745f140f7296ff182c00a",
"body": "Signed-off-by: MrCroxx <mrcroxx@outlook.com>",
"is_bot": false,
"headline": "chore: remove stale travis ci manifest (#58)",
"author_name": "Croxx",
"author_login": "MrCroxx",
"committed_at": "2024-11-21T03:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b14ebcca73607e9c60e133cad31bb667cd9728f7",
"body": null,
"is_bot": false,
"headline": "ci: fix coverage",
"author_name": "Rob Ede",
"author_login": "robjtede",
"committed_at": "2024-11-20T22:19:00Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 70,
"latest_release_at": "2026-07-31T13:50:38Z",
"latest_release_tag": "bytesize-v2.5.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 14,
"days_since_latest_release": 0,
"mean_days_between_releases": 57.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "bytesize",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"utility",
"format",
"byte",
"human-readable",
"byte-size",
"development-tools",
"no-std",
"filesystem"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/bytesize",
"is_deprecated": false,
"latest_version": "2.5.0",
"repository_url": "https://github.com/bytesize-rs/bytesize",
"versions_count": 30,
"total_downloads": 93208315,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 6265770,
"first_published_at": "2015-04-19T04:55:38.917419Z",
"latest_published_at": "2026-07-31T13:50:35.409862Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 45,
"stars": 162,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2015-10-04",
"count": 1
},
{
"date": "2017-10-14",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-06-20",
"count": 1
},
{
"date": "2018-06-26",
"count": 1
},
{
"date": "2018-09-05",
"count": 1
},
{
"date": "2019-01-05",
"count": 1
},
{
"date": "2019-04-24",
"count": 1
},
{
"date": "2020-07-23",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2021-02-19",
"count": 2
},
{
"date": "2021-06-20",
"count": 1
},
{
"date": "2021-07-16",
"count": 1
},
{
"date": "2022-08-02",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-02",
"count": 1
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-08-07",
"count": 1
},
{
"date": "2023-08-22",
"count": 1
},
{
"date": "2023-08-24",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-11-27",
"count": 1
},
{
"date": "2024-01-05",
"count": 1
},
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2024-09-10",
"count": 1
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2025-01-19",
"count": 1
},
{
"date": "2025-02-19",
"count": 1
},
{
"date": "2025-02-27",
"count": 1
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-03-13",
"count": 1
},
{
"date": "2025-08-31",
"count": 1
},
{
"date": "2025-10-11",
"count": 1
},
{
"date": "2025-11-08",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-06-26",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-10",
"count": 1
},
{
"date": "2026-07-27",
"count": 1
}
],
"complete": true,
"collected": 45,
"total_forks": 45
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"ensure-no-alloc/Cargo.toml",
"ensure-no-std/Cargo.toml"
],
"largest_source_bytes": 19389,
"source_files_sampled": 11,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"ensure-no-alloc/Cargo.toml",
"ensure-no-std/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "anyhow",
"direct": false,
"version": "1.0.102",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0190"
],
"fixed_version": "1.0.103",
"advisory_count": 1,
"oldest_advisory_days": 36
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 71,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "arbitrary",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_core",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "bytesize",
"manifest": "ensure-no-alloc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "bytesize",
"manifest": "ensure-no-std/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "arbitrary",
"direct": true,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": true,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.3",
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": false,
"version": "1.0.14",
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": false,
"version": "1.0.102",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.9.4",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.3",
"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": "condtype",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "divan",
"direct": false,
"version": "0.1.21",
"ecosystem": "crates"
},
{
"name": "divan-macros",
"direct": false,
"version": "0.1.21",
"ecosystem": "crates"
},
{
"name": "env_filter",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "env_logger",
"direct": false,
"version": "0.11.10",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.14",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.15.5",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.16.1",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "id-arena",
"direct": false,
"version": "2.3.0",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "2.13.0",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.15",
"ecosystem": "crates"
},
{
"name": "leb128fmt",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.175",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.32",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.7.5",
"ecosystem": "crates"
},
{
"name": "prettyplease",
"direct": false,
"version": "0.2.37",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.101",
"ecosystem": "crates"
},
{
"name": "quickcheck",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.40",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "6.0.0",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.12.4",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "regex-lite",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.11",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "1.1.2",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": false,
"version": "1.0.28",
"ecosystem": "crates"
},
{
"name": "serde",
"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.150",
"ecosystem": "crates"
},
{
"name": "serde_spanned",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.106",
"ecosystem": "crates"
},
{
"name": "terminal_size",
"direct": false,
"version": "0.4.4",
"ecosystem": "crates"
},
{
"name": "toml",
"direct": false,
"version": "1.1.2+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "1.1.1+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_parser",
"direct": false,
"version": "1.1.2+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_writer",
"direct": false,
"version": "1.1.1+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.19",
"ecosystem": "crates"
},
{
"name": "unicode-xid",
"direct": false,
"version": "0.2.6",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.4+wasi-0.2.12",
"ecosystem": "crates"
},
{
"name": "wasip3",
"direct": false,
"version": "0.4.0+wasi-0.3.0-rc-2026-01-06",
"ecosystem": "crates"
},
{
"name": "wasm-encoder",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wasm-metadata",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wasmparser",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "windows-link",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.61.0",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.57.1",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-core",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-rust",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-rust-macro",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-component",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wit-parser",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.21",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 71,
"direct_count": 2,
"indirect_count": 69
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 109,
"open_issues": 1,
"closed_ratio": 0.97,
"closed_issues": 32,
"closed_unmerged_prs": 39
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "hyunsik",
"commits": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/225941?v=4"
},
{
"type": "User",
"login": "robjtede",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/3316789?v=4"
},
{
"type": "User",
"login": "jRimbault",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/11684337?v=4"
},
{
"type": "User",
"login": "pmnoxx",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/7828365?v=4"
},
{
"type": "User",
"login": "MrCroxx",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/22407295?v=4"
},
{
"type": "User",
"login": "valpackett",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/208340?v=4"
},
{
"type": "User",
"login": "Sheape",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/86521166?v=4"
},
{
"type": "User",
"login": "tismith",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/332889?v=4"
},
{
"type": "User",
"login": "HadrienG2",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1305080?v=4"
},
{
"type": "User",
"login": "ChanTsune",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/41658782?v=4"
}
],
"contributors_sampled": 23,
"top_contributor_share": 0.338
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yml",
"coverage.yml",
"lint.yml",
"release.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": 1,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "28 out of 28 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": 3,
"reason": "Found 3/9 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 14 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "25 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"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": "bc000f1f7a6c31f7028fc42b4007f6adfcf8303b",
"ran_at": "2026-07-31T14:58:44Z",
"aggregate_score": 5.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-31T13:51:54Z",
"oldest_open_prs": [
{
"number": 110,
"created_at": "2025-09-15T16:56:43Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-31T13:50:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 30,
"created_at": "2023-05-11T16:43:11Z",
"last_comment_at": "2024-11-18T09:39:44Z",
"last_comment_author": "MrCroxx"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/bytesize-rs/bytesize",
"host": "github.com",
"name": "bytesize",
"owner": "bytesize-rs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 64 is calibrated to 73 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 64,
"calibrated": 73,
"calibration": "2026-08-02"
}
}
],
"value": 73,
"inputs": {
"security": 67,
"vitality": 80,
"community": 64,
"governance": 68,
"calibration": "2026-08-02",
"engineering": 42,
"ai_readiness": 56,
"weighted_overall_raw": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 80,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"commits_last_year": 70,
"human_commit_share": 0.51,
"days_since_last_push": 0,
"active_weeks_last_year": 14
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "70 commits in the last year",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 70
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "25 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 17,
"latest_release_tag": "bytesize-v2.5.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 57.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~57.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 57.6
}
}
],
"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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"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": 53,
"inputs": {
"forks": 45,
"stars": 162,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "162 stars",
"points": 35.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 162
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "45 forks",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 45
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"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": [
"bytesize"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 93208315,
"monthly_downloads": 6265770
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "6,265,770 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 6265770,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 68,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 23,
"top_contributor_share": 0.338
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 34% of commits",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 34
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "23 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 23
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 10,
"status": "met",
"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": 77,
"inputs": {
"merged_prs": 109,
"open_issues": 1,
"closed_issues": 32,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.97,
"closed_unmerged_prs": 39,
"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": "97% of issues closed",
"points": 40.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 97
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "109/148 decided PRs merged",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 109,
"decided": 148
}
}
],
"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 3/9 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "weak",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"followers": 2,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "bytesize-rs",
"public_repos": 1,
"account_age_days": 619
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2 followers of bytesize-rs",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "bytesize-rs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~1 yr old",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"bytesize"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "30 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 30
}
}
],
"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": "weak",
"name": "Engineering Quality",
"value": 42,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": "28 out of 28 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "weak",
"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": "good",
"name": "Security",
"value": 67,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "28 out of 28 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 3/9 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "25 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"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 71 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": 71
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 71,
"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": 71,
"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": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 56,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "51 of 51 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 51,
"sampled": 51
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"ensure-no-alloc/Cargo.toml",
"ensure-no-std/Cargo.toml"
],
"dependency_bot_commit_share": 0.42
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": "42 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 42,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"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": 19389,
"source_files_sampled": 11,
"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/11 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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": {
"top": [
"library"
],
"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.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'ensure-no-std' from its registry",
"Could not fetch crates package 'ensure-no-alloc' from its registry",
"deps.dev does not index crates:bytesize@2.5.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-31T14:59:08.851712Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/bytesize-rs/bytesize.svg",
"full_name": "bytesize-rs/bytesize",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}