Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1557,
"has_wiki": true,
"homepage": "https://binrw.rs",
"languages": {
"Rust": 564241,
"Shell": 6470
},
"pushed_at": "2026-07-23T06:50:24Z",
"created_at": "2020-10-31T19:19:07Z",
"owner_type": "User",
"updated_at": "2026-07-23T05:41:49Z",
"description": "A Rust crate for helping parse and rebuild binary data using ✨macro magic✨.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://jam1.re",
"name": null,
"type": "User",
"login": "jam1garner",
"company": null,
"location": "he/him",
"followers": 338,
"avatar_url": "https://avatars.githubusercontent.com/u/8260240?v=4",
"created_at": "2014-07-24T18:41:34Z",
"is_verified": null,
"public_repos": 210,
"account_age_days": 4381
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.15.2",
"kind": "patch",
"published_at": "2026-07-23T06:51:37Z"
},
{
"tag": "v0.15.1",
"kind": "patch",
"published_at": "2026-07-22T23:23:55Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2025-05-05T21:44:21Z"
},
{
"tag": "v0.14.1",
"kind": "patch",
"published_at": "2024-10-13T19:24:19Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2024-06-07T04:22:34Z"
},
{
"tag": "v0.13.3",
"kind": "patch",
"published_at": "2023-11-29T04:50:09Z"
},
{
"tag": "v0.13.2",
"kind": "patch",
"published_at": "2023-11-26T07:22:44Z"
},
{
"tag": "v0.13.1",
"kind": "patch",
"published_at": "2023-11-05T18:12:40Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2023-10-27T03:29:15Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2023-09-21T21:31:40Z"
},
{
"tag": "v0.11.2",
"kind": "patch",
"published_at": "2023-05-15T01:10:33Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2023-02-05T02:31:01Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2022-09-17T21:09:42Z"
}
],
"recent_commits": [
{
"oid": "585d48134e7b71be74d8b81b54cdbd07f6f1a1c4",
"body": null,
"is_bot": false,
"headline": "Document behaviour of padding and alignment directives",
"author_name": "Joey@macstudio",
"author_login": "oiahoon",
"committed_at": "2026-07-22T23:09:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b66ef79d793ca5c0ced728c9dae9d5e2d2287af3",
"body": "`NullString` doesn't implement `into_string`, but it does implement the `Display` trait.",
"is_bot": false,
"headline": "Fix assertion for dog name conversion",
"author_name": "prockallsyms",
"author_login": "prockallsyms",
"committed_at": "2026-07-22T23:05:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "661ae3b833122eb5fdb2f9251c20c053efab1832",
"body": " binrw parses untrusted binary data, but a few paths could be driven to\n OOM or panic by a malicious file. Align them with the hardening patterns\n already used elsewhere in the crate.\n\n - punctuated: drop `Vec::with_capacity(count)` in `separated` and\n `separated_trailing`. `count` is attacke\n[…]\nto avoid overflow (debug panic / release wrap to a false\n EOF) when `limit` is large.\n\n - take_seek: document the `stream_position` panic on the `take_seek`\n trait method, matching `set_limit`.",
"is_bot": false,
"headline": " Harden parsers against untrusted-input DoS and panics",
"author_name": "Sébastien Béchet",
"author_login": "sbechet",
"committed_at": "2026-07-22T22:58:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "602fc6d2affa1ddb84d6111c780d84aaf273c797",
"body": null,
"is_bot": false,
"headline": "Update tests for nightly",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2026-07-22T22:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a662c445556e14ec9cf3efe8f8c203f430bb9fe",
"body": null,
"is_bot": false,
"headline": "Update dev-dependencies to latest release",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2026-07-22T22:58:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9580d33b0c5ef6dd866eea6a7abe14499ade8f9",
"body": "This code has been constantly breaking with changes to rustc. Now\nit should break less, or at least, it should hopefully never be\nmuch more broken tomorrow than it is today.\n\nThe highlighting code has been massively simplified to use token\nstreams instead of the 4am caffeine fever approach of plucki\n[…]\n a full source text. So let‘s not do\nthat any more until it’s stable.\n\nAnd that thing about stable, I suppose, is the headline here: this\nnew code works on stable compilers where the old code did not.",
"is_bot": false,
"headline": "Replace the `verbose-backtrace` hellcode with heckcode",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2026-07-22T22:57:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "23c15dec148abc8f29fbe6208384e16b05990a0b",
"body": "MSRV 1.88 gives stable `let_chains` and stable\n`proc_macro_span_location`. The former is merely convenient, while\nthe latter allows nightly-specific code to go away forever. Begone!",
"is_bot": false,
"headline": "Update to edition 2024 and MSRV 1.88",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2026-07-22T22:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e41a7e2757414501630df0f29c6ed63eda55b23c",
"body": null,
"is_bot": false,
"headline": "Fix clippy warnings",
"author_name": "Jakob Hellermann",
"author_login": "jakobhellermann",
"committed_at": "2026-05-21T01:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b5732db949925c574c3be67e57afc94af36e1c2",
"body": "The reexport of binrw triggered `pub_use_of_private_extern_crate`.\nSee https://github.com/rust-lang/rust/issues/127909",
"is_bot": false,
"headline": "Fix future incompatibility warning",
"author_name": "Jakob Hellermann",
"author_login": "jakobhellermann",
"committed_at": "2026-05-21T01:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d792dcd07fec9b58bfc7d590abe05e3338a31960",
"body": null,
"is_bot": false,
"headline": "Run cargo fmt",
"author_name": "Jakob Hellermann",
"author_login": "jakobhellermann",
"committed_at": "2026-05-21T01:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7d9cdf6e102ca764d320dd6e1b5e6eb692b4e75",
"body": "Refs jam1garner/binrw#338.\n\nThis change ensures the types in the binrw crate are always\ncompatible with the types emitted by codegen. This is also\ntheoretically a first step toward fixing jam1garner/binrw#251 since\nit means there is no longer any codegen emitted to rely on the\nalloc crate and therefore we can fully control what these types do\nin some hypothetical no-alloc implementation.",
"is_bot": false,
"headline": "Export and use alloc types from `binrw::__private`",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-07-24T21:05:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa00ce16b8598706da99c6ad231b4226dc9f8040",
"body": "Because this commit changes the whole derive test suite to run\nwithout prelude, it is committed separately in case this sucks\nlater.",
"is_bot": false,
"headline": "Fix unhygienic use of types in generated code",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-07-24T21:05:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aee5f564ee83f4eb1c4a6e48892cb7079d76ccbc",
"body": "Closes jam1garner/binrw#338.",
"is_bot": false,
"headline": "Fix unhygienic use of types in generated code",
"author_name": "widberg",
"author_login": "widberg",
"committed_at": "2025-07-24T21:05:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d19293a97cae7e8e15d4bc11189107fe4dcf8d99",
"body": "Upstream wants this to stop being a valid parse, so just replace it\nwith a flag in the attribute if/until something prettier can be\ndone.\n\nFixes jam1garner/binrw#342.",
"is_bot": false,
"headline": "Remove use of variadic in function helper macro",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-07-24T21:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "786039f27a52228f7f6e3178913e5229098d76cf",
"body": null,
"is_bot": false,
"headline": "Update tests for nightly",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-07-24T21:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fbd414f81e4d956a3585ffb8ce2b5c9813f1ba3",
"body": null,
"is_bot": false,
"headline": "Fix new clippy lints",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-06-27T00:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2ff9da429d736e627a47ead62b9b8d3923ec087",
"body": null,
"is_bot": false,
"headline": "Fix write_fn_try_map_output_type_hint lifetime",
"author_name": "widberg",
"author_login": "widberg",
"committed_at": "2025-06-25T13:43:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdcfcf8a393d89645d30092ba104a8abc21c2631",
"body": null,
"is_bot": false,
"headline": "Fix write_fn_map_output_type_hint lifetimes",
"author_name": "widberg",
"author_login": "widberg",
"committed_at": "2025-06-25T02:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "645a660edf5b4bb38a698ef672bdc9aa6a13840a",
"body": null,
"is_bot": false,
"headline": "Fix write_function_args_type_hint and write_fn_type_hint lifetimes",
"author_name": "widberg",
"author_login": "widberg",
"committed_at": "2025-06-25T02:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd09acef8e7bc0ff6c79d7bec8f892f04d69903",
"body": null,
"is_bot": false,
"headline": "Fix write_try_map_args_type_hint lifetime",
"author_name": "widberg",
"author_login": "widberg",
"committed_at": "2025-06-25T01:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b38023e1831e0ba692296814a5fcf8938dbf54d",
"body": null,
"is_bot": false,
"headline": "Fix write_map_args_type_hint lifetime",
"author_name": "widberg",
"author_login": "widberg",
"committed_at": "2025-06-25T01:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4df9c3704912eac0558e3cce5239ad834259ea2",
"body": null,
"is_bot": false,
"headline": "Fix map_args_type_hint lifetime",
"author_name": "widberg",
"author_login": "widberg",
"committed_at": "2025-06-25T01:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a95d9df4f0a05454a4bf3cb8b5f86e4b4a511717",
"body": null,
"is_bot": false,
"headline": "Fix error when combining map and write_with",
"author_name": "widberg",
"author_login": "widberg",
"committed_at": "2025-06-25T00:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4c7eab7ff6b350581339840b93564a62af785c4",
"body": null,
"is_bot": false,
"headline": "Update tests for nightly",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-06-15T22:37:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "815485bf6306f1e7feb6fa3d383cdfcc0cb5a4aa",
"body": "Unlike `BinRead` where `calc` means the value is constructed with\nno generated calls to `read_options`, for writing, `write_options`\nis still called, so it is valid to pass arguments.\n\nThanks to @widberg for noticing this and reporting the issue and\nfor providing an excellent initial patch and minimal reproduction\ncase. By eliminating the extra code path for handling `calc` args\nentirely, this patch subsumes the one in jam1garner/binrw#327.\n\nCloses jam1garner/binrw#327.",
"is_bot": false,
"headline": "Allow combining `args` with `calc` for writes",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-05-06T22:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef739d34408913d0830bd8ed8562a256855261c9",
"body": "[ci skip]",
"is_bot": false,
"headline": "Updating source version to 0.16.0-pre",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-05-05T21:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "841f2bd17d8f15c2e5711484ca0a80c7a37e80b3",
"body": "[ci skip]",
"is_bot": false,
"headline": "Updating metadata for 0.15.0",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-05-05T21:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd12b358d465de6379d1d1ae8aa04313c17a0446",
"body": null,
"is_bot": false,
"headline": "Update owo-colors dependency to latest release",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-05-05T21:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ea06d4c03aadf9b1d4a93130dea9bb1b649b19e",
"body": null,
"is_bot": false,
"headline": "Update modular-bitfield dependency to latest release",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-05-05T21:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d031c0ca668f62418855afe15f00ee424bca66f",
"body": null,
"is_bot": false,
"headline": "Add missing inline hints to forwarding calls",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-04-11T17:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1940cd564b43a1915fd696f1431f1473a3a9d16e",
"body": "Refs jam1garner/binrw#326.",
"is_bot": false,
"headline": "Add native-endian methods to BinWrite API",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-04-11T17:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "741c3ee8d665690b948dd36eae49a15e6266418f",
"body": null,
"is_bot": false,
"headline": "Fix new clippy lints",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-04-11T17:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d26a25bb93f08e8707ac87cef141ad7ea56803f7",
"body": "This makes the behaviour of unit enum more consistent with data\nenum and ensures `until_eof` works better with collections of\nitems with a unit enum.\n\nWhilst this improves behaviour in the common case, see\njam1garner/binrw#217 for more information on how this is an\nambiguous error condition that will eventually require more work\nto handle all possible situations.\n\nFixes jam1garner/binrw#324. Closes jam1garner/binrw#325.\n\nSigned-off-by: Colin Snover <csnover@users.noreply.github.com>",
"is_bot": false,
"headline": "Return EOF when all unit enum magic errors are EOF",
"author_name": "Philippe Laflamme",
"author_login": "plaflamme",
"committed_at": "2025-03-22T19:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd434674cdb85e0dd25d23d96f09cc97228f201a",
"body": null,
"is_bot": false,
"headline": "Use better offset & bitfield resource links in documentation",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-03-18T17:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c775a04b365f2c8724af89205afb809331c01e0a",
"body": "Fixes jam1garner/binrw#321.",
"is_bot": false,
"headline": "Document fallback handling with `magic` directive",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-03-18T17:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "376ed95345654c49e752f58584376227e7830181",
"body": "Closes jam1garner/binrw#311.",
"is_bot": false,
"headline": "Try to clarify lazy-loading file pointer example",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-03-13T00:09:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d478b5507e31ba093b2daffc8f01128a567f7bb",
"body": "This is an extension of acabcf6dadaeb55b838074b395e0c11920fdd5d0,\nwhich fixed this problem, but only for one of the helpers. Now, it\nshould be fixed for all of them.\n\nCloses jam1garner/binrw#320.",
"is_bot": false,
"headline": "Fix helpers unable to use borrowed arguments",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-03-12T23:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfde3c360f6a53f15f80fbddb61e11f54372d8f0",
"body": "This makes generic parameter order consistent across all helpers\nand orders them so the parameters most likely to need explicit\noverrides are put at the start of the parameter list instead of\nthe end.",
"is_bot": false,
"headline": "Improve UX for manual use of helper functions",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-03-12T19:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8739b52695dd68b0f68becec1b7bbf231aa4b2d1",
"body": "`count_with` can't make any assumptions about the read function\nit's been given unless we find a way to specialize on \"read\nfunction is `T::read_options`\".\n\n`count` can still specialize on `T` alone because we control the\n`BinRead` implementation for the types that are getting\nspecialized.\n\nCloses jam1garner/binrw#318.",
"is_bot": false,
"headline": "Fix fake specialization ignoring `count_with` read function",
"author_name": "Kitlith",
"author_login": "kitlith",
"committed_at": "2025-03-12T19:15:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53e480040b139e68adda8058f408cdc3edfcb932",
"body": "Closes jam1garner/binrw#319.",
"is_bot": false,
"headline": "Don't duplicate fast int code in each generic copy",
"author_name": "ScanMountGoat",
"author_login": "ScanMountGoat",
"committed_at": "2025-03-10T22:04:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a061e780cda46a9f87b71ce094c54fe1c3d9c95",
"body": "Refs jam1garner/binrw#319.",
"is_bot": false,
"headline": "Reduce generic copies of restore_position",
"author_name": "ScanMountGoat",
"author_login": "ScanMountGoat",
"committed_at": "2025-03-10T22:04:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4099d3c9798384389e693ef9fc766cc52f1a7354",
"body": "Refs jam1garner/binrw#319.",
"is_bot": false,
"headline": "Add basic runtime benchmarks for fast-vec optimisations",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-03-10T22:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50b5dab9a02ec97512b97a5d9190c6bd02a8bbb8",
"body": "The trybuild dependency was fixed at an old version because one of\nits newer dependencies updated MSRV to 1.70. Now, a second trybuild\ndependency—which, ironically, was only used by trybuild for\ncompatibility with pre-1.70 Rust—has changed *its* MSRV to 1.70.\n\nEven though binrw itself still does not\n[…]\nire any 1.70+ features,\nit is easier to update MSRV than it is to start committing and\nupdating Cargo.lock. If some users complain about the MSRV bump\nthen we can do the extra work and lower it again.",
"is_bot": false,
"headline": "Update MSRV to 1.70",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-03-10T21:44:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "67bea4025498e79cad6bc7439987932d1168a675",
"body": null,
"is_bot": false,
"headline": "Update tests for nightly",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2025-02-24T18:09:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "859c6c67ee6b6d95e7ba00b0b65458a3e99495b8",
"body": null,
"is_bot": false,
"headline": "Remove `pub` visibility from test object",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-12-01T07:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cd692b3571cba0905265a7e23bcd41652dc194b",
"body": null,
"is_bot": false,
"headline": "Allow `args` with `parse_with`/`write_with` closure",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-12-01T07:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b712e7c12b68cb7dd7eae859f62de3abf05c56f",
"body": "Seems better to run the code than to mark it as allowed dead code.",
"is_bot": false,
"headline": "Add runtime testing to codegen test",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-12-01T07:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acabcf6dadaeb55b838074b395e0c11920fdd5d0",
"body": null,
"is_bot": false,
"headline": "Fix `args_iter` unable to use borrowed values",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-12-01T07:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0567176a7c98d437a46e299d1b182faeca83e91",
"body": "[ci skip]",
"is_bot": false,
"headline": "Fix typos in test assertion messages",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-12-01T07:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab810c5cacd596ac8e6625ccd13a445a29e3b70a",
"body": "The purpose of `TakeSeek` is to be a binrw-compatible version of\n`std::io::Take`, and the purpose of `std::io::Take` is only to\ntruncate the stream to a certain number of bytes, not to extend the\nstream if a limit beyond the length of the inner stream is given.\nThus, `TakeSeek` also needs to pay attention to the true end of the\ninner stream and use that as the `SeekFrom::End(0)` position if it\nis less than the limit.\n\nRefs jam1garner/binrw#291.",
"is_bot": false,
"headline": "Ensure `TakeSeek::seek` uses correct stream end position",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-12-01T07:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e47ec2a69c856d80b1e2db7d69914eabb9454ac3",
"body": null,
"is_bot": false,
"headline": "Fix new clippy lint",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-12-01T07:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49e811ab3cb2ee7ad9e6b0b77b35d680ce259ca9",
"body": "Refs jam1garner/binrw#273.\n\nSigned-off-by: Colin Snover <csnover@users.noreply.github.com>",
"is_bot": false,
"headline": "Implement Default and From<T> for PosValue<T>",
"author_name": "amirb",
"author_login": "amirbou",
"committed_at": "2024-11-27T17:45:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd53cdfadaa166fd5d11d294cd813cd7dbc9ad3f",
"body": "Fixes jam1garner/binrw#270. Closes jam1garner/binrw#273.\n\nSigned-off-by: Colin Snover <csnover@users.noreply.github.com>",
"is_bot": false,
"headline": "Implement BinWrite for PosValue<T>",
"author_name": "amirb",
"author_login": "amirbou",
"committed_at": "2024-11-27T17:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "453e2c5e70f2bf3f67fe25cec98fc3d3678d186c",
"body": null,
"is_bot": false,
"headline": "Replace deprecated flags in code coverage workflow",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-11-27T17:38:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d82e4192f04bfde97ea0db3b3b488898b6271bd7",
"body": "As there were quite substantial changes from syn version 1 to 2 some\nminor changes to the codebase are necessary:\n\nThe `Attribute` type is more accurately typed now, that means instead\nof having simply a `Path` entity and some tokens after it, there is now\na differentation between attributes with a \n[…]\nin a sensible way where possible and throw compile\nerrors in all other places.\n\nFixes jam1garner/binrw#285. Closes jam1garner/binrw#299.\n\nSigned-off-by: Colin Snover <csnover@users.noreply.github.com>",
"is_bot": false,
"headline": "Update to syn version 2",
"author_name": "Christoph Steiger",
"author_login": "Urist-McGit",
"committed_at": "2024-11-27T17:27:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f553fabec9f0b64d7d59590846f49f3c257496b7",
"body": null,
"is_bot": false,
"headline": "Update UI tests for nightly",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-11-27T17:18:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22d9a4d0c3c38a9ad5adc91e9c184fd14542d0ff",
"body": null,
"is_bot": false,
"headline": "Fix new nightly clippy lints",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-10-13T19:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38b35989ffa27e8bb18cd91f69c6bcc66d2ca03e",
"body": "Fixes jam1garner/binrw#291.",
"is_bot": false,
"headline": "Make `SeekFrom::End` relative to end of `TakeSeek`",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-10-13T19:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73ca4c2ed4936f827f2b8de01df8f51614b26d3d",
"body": null,
"is_bot": false,
"headline": "Fix nightly UI test failures",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-07-05T21:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ca852152933e0b7ffda8b969280fff92a462e22",
"body": "The (necessary) use of function signature inference for the read\nfunction, in the absence of an actually valid function to infer\nfrom, results in the compiler generating warnings about `!` to `()`\ndecay behaviour changing in Rust 2024, even though this code is\nalready doomed to fail. We will see once edition 2024 is released\nwhether the compiler emits a diagnostic about `BinRead` not being\nimplemented for `!` or not.",
"is_bot": false,
"headline": "Address edition 2024 UI test failures",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-07-05T21:17:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b17128d6408716af69957a07ab33de22996b457b",
"body": "Refs jam1garner/binrw#266.",
"is_bot": false,
"headline": "Use warning blocks for warnings in attribute docs",
"author_name": "Martin Liska",
"author_login": "marxin",
"committed_at": "2024-07-05T20:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a585b1cb5e241beefda5816e253bae25c793996",
"body": null,
"is_bot": false,
"headline": "Improve appearance of horizontal rules in attributes docs",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-07-05T20:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a84f4ef19207372f8f14815d733c80e0d1bb6bc6",
"body": null,
"is_bot": false,
"headline": "Fix attribute documentation styling in newer rustdoc",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-07-05T20:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f60783227b15122960272a89f91bff1f6f2e8117",
"body": "Closes jam1garner/binrw#266.",
"is_bot": false,
"headline": "Fix new doc warnings in nightly",
"author_name": "Martin Liska",
"author_login": "marxin",
"committed_at": "2024-07-05T20:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ef2421a8d35c89d304e218b31c7ef005917e968",
"body": "Closes jam1garner/binrw#265.",
"is_bot": false,
"headline": "Mention `pre_assert` in `magic` docs",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-07-05T17:07:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c312ad33ae85452394011704c29517996bf4cb39",
"body": "[ci skip]",
"is_bot": false,
"headline": "Updating source version to 0.15.0-pre",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-06-07T04:21:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c83106f24222deccab5b6293bcb84e6b51fad8d",
"body": "[ci skip]",
"is_bot": false,
"headline": "Updating metadata for 0.14.0",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-06-07T04:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91fe3ba9d2e9bb6c6c9ed4eab6cbed102443f303",
"body": "[ci skip]",
"is_bot": false,
"headline": "Fix release script incompatibility with newer GNU sed",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-06-07T04:13:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b5de1516d4046980062177b07f94314f05d2407",
"body": "Fixes jam1garner/binrw#263.",
"is_bot": false,
"headline": "Parse empty docblock lines for backtraces without panicking",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-06-07T03:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f4c690f62d363b80b7ec75f244efc7bba3b127a",
"body": null,
"is_bot": false,
"headline": "Fix new nightly lints",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-06-07T03:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a63ecd4a928bd98eff7c8448d60b129475640fe",
"body": null,
"is_bot": false,
"headline": "add impl example for read_options",
"author_name": "ScanMountGoat",
"author_login": "ScanMountGoat",
"committed_at": "2024-04-30T20:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47265983914fb5003cc4323b0aa81933ae099ae5",
"body": null,
"is_bot": false,
"headline": "Update workflow install-action to non-deprecated version",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-03-30T06:27:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ab66a039ea62cf4d67e7ad412fd347ab2bb82f3",
"body": "Upstream switched from basic-toml to toml in dtolnay/trybuild#239\nwhich leads to a dependency on toml_datetime which has an MSRV of\nRust 1.67; since this is just a dev-dependency, there is no reason\nto increase MSRV, so just pin the trybuild dependency to the\nprevious version until there is some new feature that requires\nraising binrw MSRV again.",
"is_bot": false,
"headline": "Set fixed trybuild version due to sub-dependency MSRV change",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-03-30T06:24:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4eb5763da4a2849d08caeb18ec83a898bb3d46f",
"body": null,
"is_bot": false,
"headline": "Updates for new lints",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-03-30T05:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4eeafa7cc6d20da06292b96f3bdabadc768365d",
"body": "[ci skip]",
"is_bot": false,
"headline": "Fix typo in documentation",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-01-06T21:56:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e96a1320287ec83d1f471525ffa380800ec9e124",
"body": null,
"is_bot": false,
"headline": "Updates for new lints",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-01-06T19:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6507d4c55e511ebe3ed64f7cdcb91cf726e2ce2b",
"body": "Closes jam1garner/binrw#243.",
"is_bot": false,
"headline": "Clarify attribute ordering for temp/calc directives",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-01-06T19:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af17dfa77855a43f2e48a2f60d3dcc6142b83dbe",
"body": null,
"is_bot": false,
"headline": "Avoid conditionally wrapped paragraphs losing margins in docs",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2024-01-06T19:19:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f6d9faefd70d9f6e4b0a6a0920f6419c7573f38",
"body": null,
"is_bot": false,
"headline": "Fix new clippy lints",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-12-11T19:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6331d09d9b082e5cdb73c03556f48f88022f8018",
"body": "Fixes jam1garner/binrw#241.",
"is_bot": false,
"headline": "Ensure all anonymous lifetimes are replaced in `import`",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-12-11T19:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46f1bc35a26511b99b24ade49b92a60f735832c1",
"body": "This issue was reported by a user in chat.\n\nUsing a generic type after a concrete type in a BinWrite\nimplementation causes the write function arguments type hint\nto fail in a way that looks probably like a rustc bug. Instead of\ncorrectly inferring `binrw::BinWrite::write_options` to be\n`<T as binrw:\n[…]\n hint function solves\nthe problem, though I think this means that auto-deref will not\nwork any more; the `if` directive had to be changed to not create\nany double-reference, which did work previously.",
"is_bot": false,
"headline": "Fix rustc inference issue with generic types in BinWrite",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-12-11T19:25:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "829ef3fa54d4983f36da099ecc8419e6b7257b24",
"body": "If a field name shadows an import name, it should follow the\nnormal scoping rules and replace the import, rather than the other\nway around.\n\nUnfortunately, trying to use clippy lints about shadowing on the\n`let` statement does not work, so this is just a silent footgun for\nnow.",
"is_bot": false,
"headline": "Emit imports before field variables in BinWrite",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-12-11T19:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6f97e166c96a47085b407f001a0524eec5e8a5d",
"body": "Fixes jam1garner/binrw#240.",
"is_bot": false,
"headline": "Infer stream type when type checking `parse_with`/`write_with` args",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-11-28T22:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24f5f4fb187cbbf82e2767d070970657b399368c",
"body": null,
"is_bot": false,
"headline": "Improve diagnostics for `parse_with` + `map` type conflicts",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-11-26T07:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ee621a5eea5058d2b97e7d5c445dc9ae6aa8ac5",
"body": "Fixes jam1garner/binrw#239.",
"is_bot": false,
"headline": "Only map `parse_with` result type if field is not also mapped",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-11-26T07:00:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "919c395316b9e971bdccb5547272098f20702c5b",
"body": "[ci skip]",
"is_bot": false,
"headline": "Add CI to patch branches",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-11-05T18:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae1fd8030395aab1a4fe20d3585c79b4a9f9eecb",
"body": null,
"is_bot": false,
"headline": "Update UI tests for nightly",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-11-05T17:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a514da579e9f42025d4b5998323dccdd047bab6",
"body": null,
"is_bot": false,
"headline": "Remove unnecessary borrows",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-11-05T17:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80373b82de02153aff882572631b0dc4c0d7a77b",
"body": "Fixes jam1garner/binrw#236.",
"is_bot": false,
"headline": "Fix borrowck error combining top-level `stream` with `map_stream`",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-11-05T17:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da607bfd9e41c411602377a05343ffb698f03088",
"body": "[ci skip]",
"is_bot": false,
"headline": "Updating source version to 0.14.0-pre",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-10-27T03:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd08c4e458af29be87f8327625741e05139783ba",
"body": "[ci skip]",
"is_bot": false,
"headline": "Updating metadata for 0.13.0",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-10-27T03:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "234eeb73cb9060364f825a62b73508b1d56cf1d5",
"body": "This directive was being accepted and then silently discarded\ninstead of generating code.",
"is_bot": false,
"headline": "Implement `assert` for data enums in BinWrite",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-10-26T23:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2407820c33d3784f3a03f82e7e8d4696d8187b78",
"body": "Fixes jam1garner/binrw#232.",
"is_bot": false,
"headline": "Alias `#THIS` to `self` in BinWrite",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-10-26T23:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acaf7cb98db86195b97ee5f5eb95647d3e71b0b6",
"body": "Fixes jam1garner/binrw#185.",
"is_bot": false,
"headline": "Do not move read function when validating args type",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-10-25T22:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b2173ba3d538034040e19471b769912caa4631d",
"body": null,
"is_bot": false,
"headline": "Fix new clippy warnings",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-10-23T22:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21eb49b0f3aa60db5e4b441b259b1952fc5ef0b3",
"body": null,
"is_bot": false,
"headline": "Remove unnecessary bounds from BinWrite for PhantomData impl",
"author_name": "Nikita Strygin",
"author_login": "DCNick3",
"committed_at": "2023-10-20T16:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74af48c94f8a5f285bd6074a6ce1cfb47b410752",
"body": null,
"is_bot": false,
"headline": "Fix new documentation lints",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-10-12T04:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18ff94f075984a8bfcadd117a040453cdeefd3b6",
"body": "Fixes jam1garner/binrw#228.",
"is_bot": false,
"headline": "Always use root error for `Error::custom_err`",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-10-12T04:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eed1e0726512cd6b29e1641e6552a4e096821d1",
"body": null,
"is_bot": false,
"headline": "Allow Args: Default to work in write derive",
"author_name": "Octavia Togami",
"author_login": "octylFractal",
"committed_at": "2023-10-04T17:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bef59e1d47237de30d82b9f2526408f46495ac0",
"body": null,
"is_bot": false,
"headline": "Add missing tests for `FilePtr`",
"author_name": "Colin Snover",
"author_login": "csnover",
"committed_at": "2023-09-25T04:24:41Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 12,
"latest_release_at": "2026-07-23T06:51:37Z",
"latest_release_tag": "v0.15.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 6,
"days_since_latest_release": 0,
"mean_days_between_releases": 115
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "binrw",
"exists": true,
"license": "MIT",
"keywords": [
"binary",
"encode",
"decode",
"serialize",
"deserialize",
"encoding",
"parsing"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/binrw",
"is_deprecated": false,
"latest_version": "0.15.2",
"repository_url": "https://github.com/jam1garner/binrw",
"versions_count": 36,
"total_downloads": 10814321,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 973148,
"first_published_at": "2020-09-12T03:42:23.595722Z",
"latest_published_at": "2026-07-23T06:50:34.205276Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "binrw_derive",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/binrw_derive",
"is_deprecated": false,
"latest_version": "0.15.2",
"repository_url": "https://github.com/jam1garner/binrw",
"versions_count": 30,
"total_downloads": 10808116,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 973113,
"first_published_at": "2021-03-24T04:14:10.456659Z",
"latest_published_at": "2026-07-23T06:50:28.598563Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 54,
"stars": 837,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2021-01-24",
"count": 1
},
{
"date": "2021-03-21",
"count": 1
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-04-23",
"count": 1
},
{
"date": "2021-05-30",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-09-27",
"count": 1
},
{
"date": "2021-09-30",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-20",
"count": 1
},
{
"date": "2022-02-04",
"count": 1
},
{
"date": "2022-02-25",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2023-03-08",
"count": 1
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-24",
"count": 1
},
{
"date": "2023-06-21",
"count": 1
},
{
"date": "2023-06-28",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-08-17",
"count": 1
},
{
"date": "2023-09-23",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-11-21",
"count": 1
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-04-22",
"count": 1
},
{
"date": "2024-06-07",
"count": 1
},
{
"date": "2024-06-28",
"count": 1
},
{
"date": "2024-07-03",
"count": 2
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2024-11-25",
"count": 1
},
{
"date": "2024-12-20",
"count": 1
},
{
"date": "2024-12-29",
"count": 1
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-05-20",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-24",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-11",
"count": 1
},
{
"date": "2026-01-02",
"count": 1
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-06-06",
"count": 1
},
{
"date": "2026-06-25",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
}
],
"complete": true,
"collected": 54,
"total_forks": 54
},
"star_history": null,
"open_issues_and_prs": 37
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"binrw/Cargo.toml",
"binrw_derive/Cargo.toml"
],
"largest_source_bytes": 28515,
"source_files_sampled": 174,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"binrw/Cargo.toml",
"binrw_derive/Cargo.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "array-init",
"manifest": "binrw/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.0"
},
{
"name": "binrw_derive",
"manifest": "binrw/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.16.0-pre"
},
{
"name": "bytemuck",
"manifest": "binrw/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.0"
},
{
"name": "either",
"manifest": "binrw_derive/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.0"
},
{
"name": "owo-colors",
"manifest": "binrw_derive/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.0.0"
},
{
"name": "proc-macro2",
"manifest": "binrw_derive/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.100"
},
{
"name": "quote",
"manifest": "binrw_derive/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.0"
},
{
"name": "syn",
"manifest": "binrw_derive/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 77,
"open_issues": 32,
"closed_ratio": 0.828,
"closed_issues": 154,
"closed_unmerged_prs": 36
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "csnover",
"commits": 462,
"avatar_url": "https://avatars.githubusercontent.com/u/229244?v=4"
},
{
"type": "User",
"login": "jam1garner",
"commits": 349,
"avatar_url": "https://avatars.githubusercontent.com/u/8260240?v=4"
},
{
"type": "User",
"login": "MrNbaYoh",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/15465088?v=4"
},
{
"type": "User",
"login": "octylFractal",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/2093023?v=4"
},
{
"type": "User",
"login": "kitlith",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/7027737?v=4"
},
{
"type": "User",
"login": "dmgolembiowski",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/38993137?v=4"
},
{
"type": "User",
"login": "roblabla",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/1069318?v=4"
},
{
"type": "User",
"login": "widberg",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/6676723?v=4"
},
{
"type": "User",
"login": "ScanMountGoat",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/23301691?v=4"
},
{
"type": "User",
"login": "Holzhaus",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1834516?v=4"
}
],
"contributors_sampled": 32,
"top_contributor_share": 0.486
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"main.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 3,
"reason": "1 out of 3 merged PRs checked by a CI test -- score normalized to 3",
"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": 1,
"reason": "Found 3/22 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 34 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "10 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "585d48134e7b71be74d8b81b54cdbd07f6f1a1c4",
"ran_at": "2026-07-23T12:17:17Z",
"aggregate_score": 4.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T23:11:38Z",
"oldest_open_prs": [
{
"number": 172,
"created_at": "2022-11-16T06:15:05Z",
"last_comment_at": "2022-11-26T21:30:25Z",
"last_comment_author": "codecov-commenter"
},
{
"number": 250,
"created_at": "2024-03-06T12:13:12Z",
"last_comment_at": "2024-10-08T19:02:44Z",
"last_comment_author": "csnover"
},
{
"number": 292,
"created_at": "2024-10-14T22:49:52Z",
"last_comment_at": "2024-10-15T23:05:47Z",
"last_comment_author": "csnover"
},
{
"number": 317,
"created_at": "2025-02-18T02:52:29Z",
"last_comment_at": "2025-03-30T17:32:27Z",
"last_comment_author": "kitlith"
},
{
"number": 333,
"created_at": "2025-05-20T12:21:49Z",
"last_comment_at": "2025-06-14T19:57:19Z",
"last_comment_author": "csnover"
}
],
"last_merged_pr_at": "2026-07-22T23:05:26Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 4,
"created_at": "2020-11-01T22:58:19Z",
"last_comment_at": "2024-10-15T00:54:52Z",
"last_comment_author": "ScanMountGoat"
},
{
"number": 24,
"created_at": "2021-04-03T07:44:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 39,
"created_at": "2021-09-03T05:13:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2021-09-12T03:34:56Z",
"last_comment_at": "2021-09-12T09:25:35Z",
"last_comment_author": "roblabla"
},
{
"number": 68,
"created_at": "2021-09-30T20:23:11Z",
"last_comment_at": "2022-04-20T18:03:15Z",
"last_comment_author": "octylFractal"
},
{
"number": 98,
"created_at": "2022-02-19T18:54:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 104,
"created_at": "2022-02-28T22:15:11Z",
"last_comment_at": "2022-08-27T17:44:39Z",
"last_comment_author": "Wesmania"
},
{
"number": 143,
"created_at": "2022-08-26T06:21:05Z",
"last_comment_at": "2024-10-08T04:55:46Z",
"last_comment_author": "theoparis"
},
{
"number": 148,
"created_at": "2022-08-30T06:17:39Z",
"last_comment_at": "2022-09-02T05:15:55Z",
"last_comment_author": "kitlith"
},
{
"number": 155,
"created_at": "2022-09-14T06:54:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 161,
"created_at": "2022-09-28T09:09:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 179,
"created_at": "2022-12-12T13:13:15Z",
"last_comment_at": "2024-04-04T18:45:56Z",
"last_comment_author": "zodiia"
},
{
"number": 199,
"created_at": "2023-05-02T18:03:11Z",
"last_comment_at": "2023-07-07T18:55:38Z",
"last_comment_author": "csnover"
},
{
"number": 217,
"created_at": "2023-08-07T18:40:08Z",
"last_comment_at": "2023-08-09T00:31:49Z",
"last_comment_author": "csnover"
},
{
"number": 220,
"created_at": "2023-08-20T15:55:35Z",
"last_comment_at": "2023-10-14T16:34:04Z",
"last_comment_author": "meithecatte"
},
{
"number": 238,
"created_at": "2023-11-15T09:19:28Z",
"last_comment_at": "2024-03-06T19:32:00Z",
"last_comment_author": "czaloj"
},
{
"number": 251,
"created_at": "2024-03-14T18:20:33Z",
"last_comment_at": "2025-04-01T21:50:56Z",
"last_comment_author": "therishidesai"
},
{
"number": 253,
"created_at": "2024-04-11T17:03:43Z",
"last_comment_at": "2025-09-16T14:15:11Z",
"last_comment_author": "ileixe"
},
{
"number": 271,
"created_at": "2024-06-19T19:44:54Z",
"last_comment_at": "2024-06-27T16:55:54Z",
"last_comment_author": "csnover"
},
{
"number": 272,
"created_at": "2024-06-19T21:45:00Z",
"last_comment_at": "2024-06-28T03:01:51Z",
"last_comment_author": "kitlith"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jam1garner/binrw",
"host": "github.com",
"name": "binrw",
"owner": "jam1garner"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 42,
"vitality": 73,
"community": 76,
"governance": 71,
"engineering": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 12,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 6
},
"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": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "12 commits in the last year",
"points": 10,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 12
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 6 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": 13,
"latest_release_tag": "v0.15.2",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 115
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"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 ~115 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 115
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 76,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"forks": 54,
"stars": 837,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "837 stars",
"points": 47.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 837
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "54 forks",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 54
}
}
],
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"binrw",
"binrw_derive"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 21622437,
"monthly_downloads": 1946261
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,946,261 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1946261,
"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": 71,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 32,
"top_contributor_share": 0.486
},
"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 49% of commits",
"points": 11.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 49
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "32 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 32
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 34 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"merged_prs": 77,
"open_issues": 32,
"closed_issues": 154,
"issue_closed_ratio": 0.828,
"closed_unmerged_prs": 36
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "83% of issues closed",
"points": 38.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 83
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "77/113 decided PRs merged",
"points": 26.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 77,
"decided": 113
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/22 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"followers": 338,
"owner_type": "User",
"is_verified": null,
"owner_login": "jam1garner",
"public_repos": 210,
"account_age_days": 4381
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "338 followers of jam1garner",
"points": 18.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 338,
"login": "jam1garner"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "210 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 210
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"binrw",
"binrw_derive"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"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": "36 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 36
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 58,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 3 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://binrw.rs",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://binrw.rs",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 3 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 3/22 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 34 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "10 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file 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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.23,
"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": "23 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"binrw/Cargo.toml",
"binrw_derive/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, binrw/Cargo.toml, binrw_derive/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, binrw/Cargo.toml, binrw_derive/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 28515,
"source_files_sampled": 174,
"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/174 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 174,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index crates:binrw@0.15.2; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T12:17:38.226000Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jam1garner/binrw.svg",
"full_name": "jam1garner/binrw",
"license_state": "standard",
"license_spdx": "MIT"
}