JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 2850,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 226387,
"Shell": 1506
},
"pushed_at": "2022-01-02T16:46:07Z",
"created_at": "2022-01-02T16:41:39Z",
"owner_type": "User",
"updated_at": "2022-01-02T16:41:40Z",
"description": "Utilities for working with bytes",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Ben Kimock",
"type": "User",
"login": "saethlin",
"company": null,
"location": "us-east-1",
"followers": 120,
"avatar_url": "https://avatars.githubusercontent.com/u/12105168?v=4",
"created_at": "2015-04-24T21:06:45Z",
"is_verified": null,
"public_repos": 243,
"account_age_days": 4110
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2021-08-25T15:48:41Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2021-01-11T17:07:46Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2020-12-22T23:30:20Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2020-10-20T23:08:25Z"
},
{
"tag": "v0.5.6",
"kind": "patch",
"published_at": "2020-07-14T00:58:36Z"
},
{
"tag": "v0.5.5",
"kind": "patch",
"published_at": "2020-06-18T21:30:11Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2020-01-23T18:41:50Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2019-12-12T20:00:21Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2019-11-27T20:59:28Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2019-11-26T22:15:57Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2019-11-25T19:19:30Z"
},
{
"tag": "v0.4.12",
"kind": "patch",
"published_at": "2019-03-06T20:42:20Z"
},
{
"tag": "v0.4.11",
"kind": "patch",
"published_at": "2018-11-17T22:33:25Z"
},
{
"tag": "v0.4.10",
"kind": "patch",
"published_at": "2018-09-04T20:31:26Z"
},
{
"tag": "v0.4.9",
"kind": "patch",
"published_at": "2018-07-23T02:30:41Z"
},
{
"tag": "v0.4.8",
"kind": "patch",
"published_at": "2018-05-25T23:50:42Z"
},
{
"tag": "v0.4.7",
"kind": "patch",
"published_at": "2018-04-27T17:51:09Z"
},
{
"tag": "v0.4.6",
"kind": "patch",
"published_at": "2018-01-08T17:11:42Z"
},
{
"tag": "v0.4.5",
"kind": "patch",
"published_at": "2017-08-12T17:59:31Z"
},
{
"tag": "v0.4.4",
"kind": "patch",
"published_at": "2017-05-26T17:09:43Z"
},
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2017-04-30T23:25:54Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2017-04-05T19:12:05Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2017-03-15T16:36:52Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2017-02-24T18:35:53Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2015-12-04T04:40:52Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2015-02-10T07:36:43Z"
}
],
"recent_commits": [
{
"oid": "68afb40df9ea2e61a93d0e26f6f8a9f231979452",
"body": null,
"is_bot": false,
"headline": "Add `BytesMut::zeroed` (#517)",
"author_name": "Donough Liu",
"author_login": "ldm0",
"committed_at": "2021-11-24T09:20:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d946ef2e91651a4d73a04b48715ecf0cde6db75d",
"body": null,
"is_bot": false,
"headline": "`const`-ify `Bytes::len` and `Bytes::is_empty` (#514)",
"author_name": "Cyborus04",
"author_login": "Cyborus04",
"committed_at": "2021-11-09T10:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba5c5c93affe9386dd052c5236cad83057f9a81d",
"body": "Rewrote the ledger in test_bytes_vec_alloc.rs to not piss off miri. The ledger is now a table within the allocator, which seems to satisfy miri. The old solution was to bundle an extra usize into the beginning of each allocation and then index past the start when deallocating data to get the size.",
"is_bot": false,
"headline": "Appease miri (#515)",
"author_name": "Noah Kennedy",
"author_login": "Noah-Kennedy",
"committed_at": "2021-11-07T16:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebc61e5af14cd9b436ba880cf19e849b05a04c29",
"body": null,
"is_bot": false,
"headline": "chore: prepare bytes v1.1.0 (#509)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2021-08-25T15:48:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55e296850d3de4563ef5b260b076e6c697391604",
"body": null,
"is_bot": false,
"headline": "Clarifying actions of clear and truncate. (#508)",
"author_name": "Christopher Hotchkiss",
"author_login": "chotchki",
"committed_at": "2021-08-24T14:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e9fa0b602eb0fb977e2e900cf43532cd869d6b3",
"body": null,
"is_bot": false,
"headline": "impl From<Box<[u8]>> for Bytes (#504)",
"author_name": "Ian Jackson",
"author_login": "ijackson",
"committed_at": "2021-08-24T10:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee24be7fa0561169c39308678c35e1ac0f172d5a",
"body": "Co-authored-by: Taiki Endo <te316e89@gmail.com>",
"is_bot": false,
"headline": "ci: fetch cargo hack from github release (#507)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2021-08-24T10:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2697fa7a9dd871d8d64d1959b7ac46227b7b23b4",
"body": "Equivalent to\r\n\r\n```\r\nfor _ in 0..cnt {\r\n self.put_u8(val);\r\n}\r\n```\r\n\r\nbut may work faster.\r\n\r\nName and signature is chosen to be consistent with `ptr::write_bytes`.\r\n\r\nInclude three specializations:\r\n* `Vec<u8>`\r\n* `&mut [u8]`\r\n* `BytesMut`\r\n\r\n`BytesMut` and `&mut [u8]` specializations use `ptr::write`, `Vec<u8>`\r\nspecialization uses `Vec::resize`.",
"is_bot": false,
"headline": "BufMut::put_bytes(self, val, cnt) (#487)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2021-08-08T17:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa9cbf1258cea7812d4009639ed8700b987d8d4e",
"body": "* writes low bytes, discards high bytes\r\n* panics if `nbytes` is greater than 8",
"is_bot": false,
"headline": "Clarify BufPut::put_int behavior (#486)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2021-08-08T17:43:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab8e3c01a8fae128971cea43eca18da03482cb29",
"body": null,
"is_bot": false,
"headline": "Clarify BufMut allocation guarantees (#501)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2021-08-07T06:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f34dc5c3f9e6a3a11e315631055194a733ac1d08",
"body": null,
"is_bot": false,
"headline": "Remove doc URLs (#498)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-08-06T17:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baaf12d22a844350998d2f60ab3bc78df12ab29a",
"body": null,
"is_bot": false,
"headline": "Keep capacity when unsplit on empty other buf (#502)",
"author_name": "Gbillou",
"author_login": "Gbillou",
"committed_at": "2021-07-05T14:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed1d24e57079a86c6201b5fd6be6f789265f0e6a",
"body": null,
"is_bot": false,
"headline": "Use ubuntu-latest instead of ubuntu-16.04 (#497)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-05-23T14:09:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b89247c713c6c77089cfd722dc4632db4ae4ccb3",
"body": null,
"is_bot": false,
"headline": "Update loom to 0.5 (#494)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-04-13T14:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c770188fdd0029d10bf21d7805f2ff0158c09bb",
"body": null,
"is_bot": false,
"headline": "Fully inline BytesMut::new (#493)",
"author_name": "Noah",
"author_login": "coolreader18",
"committed_at": "2021-04-10T20:49:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9eade12a57b923a54376762ae908da1cff6bcd4",
"body": "Avoid allocation when `Take` or `Chain` is composed of `Bytes`\r\nobjects.\r\n\r\nThis works now for `Take`.\r\n\r\n`Chain` it works if the requested bytes does not cross boundary\r\nbetween `Chain` members.",
"is_bot": false,
"headline": "Specialize copy_to_bytes for Chain and Take (#481)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2021-04-10T18:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d5624a452af67e323ead2855e26b583163e5b99",
"body": "This appears to be the primary cause of significant performance\r\nregressions in the `prost` test suite in the 0.5 to 0.6 transition. See\r\ndanburkert/prost#381.",
"is_bot": false,
"headline": "Add inline tags to UninitSlice methods (#443)",
"author_name": "Dan Burkert",
"author_login": "danburkert",
"committed_at": "2021-04-10T18:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2428c152a67c06057a98d9d29b08389cb3429c1f",
"body": "Make it safer.",
"is_bot": false,
"headline": "Panic on integer overflow in Chain::remaining (#482)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2021-02-16T20:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "268f6f80b4685b53f57706abc6aef31f46b54738",
"body": null,
"is_bot": false,
"headline": "override put_slice for &mut [u8] (#483)",
"author_name": "Zettroke",
"author_login": "Zettroke",
"committed_at": "2021-02-16T00:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4182808df772e331fbd25c48f2f1ab79c0d7c20",
"body": null,
"is_bot": false,
"headline": "Make bytes_mut -> chunk_mut rename more easily discoverable (#471)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2021-01-23T06:22:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8daf43e9bde134e32fc0b8938abc92695f6850d1",
"body": null,
"is_bot": false,
"headline": "docs: fix broken Take link (#466)",
"author_name": "Christopher Bunn",
"author_login": "mypetyak",
"committed_at": "2021-01-20T05:39:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b18c1c076adf9dff4dca28ffc1bbd8759860798",
"body": null,
"is_bot": false,
"headline": "prepare 1.0.1 release (#460)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2021-01-11T17:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df20a683567909f3e33512a22862b0de954881f4",
"body": null,
"is_bot": false,
"headline": "use Box::into_raw instead of mem-forget-in-disguise (#458)",
"author_name": "Ralf Jung",
"author_login": "RalfJung",
"committed_at": "2020-12-31T14:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8758a1aba594ad0e721614dff5c523f130f8eb82",
"body": null,
"is_bot": false,
"headline": "add inline for Vec::put_slice (#459)",
"author_name": "laizy",
"author_login": "laizy",
"committed_at": "2020-12-31T11:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27a0f9ca6e01b953805684eff535a14eaff937d0",
"body": null,
"is_bot": false,
"headline": "CI: run test suite in Miri (#456)",
"author_name": "Ralf Jung",
"author_login": "RalfJung",
"committed_at": "2020-12-29T21:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed71a7beb3fd0cc67cad08da2643cff2732f6b52",
"body": null,
"is_bot": false,
"headline": "Fix deprecation warning (#457)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2020-12-29T21:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "064ad9a1a07e3fb62fb0e8ec17a637f45c0890ed",
"body": null,
"is_bot": false,
"headline": "chore: prepare v1.0.0 release (#453)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2020-12-22T23:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed1d1946604f97c35440536a4ddae970d665ce13",
"body": null,
"is_bot": false,
"headline": "deps: update loom to 0.4 (#452)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-12-22T09:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e398b0a209dd5f71687eba4920c6ea87e40f0e70",
"body": null,
"is_bot": false,
"headline": "Update readme / changelog (#451)",
"author_name": "Arve Knudsen",
"author_login": "aknuds1",
"committed_at": "2020-12-20T15:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06907f3e7badc98b83902c27ab19661693b0979a",
"body": "The `bytes()` / `bytes_mut()` name implies the method returns the full\r\nset of bytes represented by `Buf`/`BufMut`. To rectify this, the methods\r\nare renamed to `chunk()` and `chunk_mut()` to reflect the partial nature\r\nof the returned byte slice.\r\n\r\n`bytes_vectored()` is renamed `chunks_vectored()`.\r\n\r\nCloses #447",
"is_bot": false,
"headline": "Rename Buf/BufMut, methods to chunk/chunk_mut (#450)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2020-12-18T19:04:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54f5ced6c58c47f721836a9444654de4c8d687a1",
"body": "The implementation of `Buf` for `Option<[u8; 1]>` was added to support\r\n`IntoBuf`. The `IntoBuf` trait has since been removed.\r\n\r\nCloses #444",
"is_bot": false,
"headline": "remove unused Buf implementation. (#449)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2020-12-17T05:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd78f193935bc53539a1c0399712968f630f0678",
"body": null,
"is_bot": false,
"headline": "chore: prepare for v1.0.0 work (#448)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2020-12-12T16:25:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39c6d7a51212dcfa339e62af153e7eacf33b5ac9",
"body": null,
"is_bot": false,
"headline": "Upgrade bytes version from 0.5 to 0.6.0 in README (#441)",
"author_name": "Ibraheem Ahmed",
"author_login": null,
"committed_at": "2020-11-01T15:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7f75829ab521663b8906ae5bdfeadf47427d7b5",
"body": null,
"is_bot": false,
"headline": "prepare v0.6.0 release (#440)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2020-10-20T23:08:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39de065a1ed7005b5b7e85fba612bf049a510807",
"body": "This method replaces `Buf::to_bytes()`, providing a method that copies a\r\nsubset of the remaining buffer into a `Bytes` value. As this is strictly\r\nmore flexible, `to_bytes()` is removed.\r\n\r\nFixes: #129, #398",
"is_bot": false,
"headline": "Add `Buf::copy_to_bytes(len)` (#439)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2020-10-20T18:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5866839e4527784600f1b1d6db27dd4e82c1a536",
"body": null,
"is_bot": false,
"headline": "use checked addition with range (#438)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2020-10-20T17:26:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0d8413d53e3774177b040a4f9adda40ec15ce8f",
"body": "The way BufMut uses MaybeUninit can lead to unsoundness. This replaces\r\nMaybeUnit with a type owned by bytes so we can ensure the usage patterns\r\nare sound.\r\n\r\nRefs: #328",
"is_bot": false,
"headline": "Switch `BufMut::bytes_mut` to`&mut UninitSlice` (#433)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2020-10-19T22:48:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a11c783ecf7c308e7b145f56d5c05e635b99269",
"body": "The previous description focussed a lot on the `Arc` based implementation\r\nof `Bytes`. Given the vtable based implemetation, this is however not the\r\nonly valid implementation. This changes the description a bit in order\r\nto de-emaphasize the `Arc` part, and to describe that other implementations\r\nare possible.\r\n\r\nThis should also be necessary if the vtable gets public.",
"is_bot": false,
"headline": "De-emphasize `Arc` implementation in `Bytes` description (#436)",
"author_name": "Matthias Einwag",
"author_login": "Matthias247",
"committed_at": "2020-10-19T19:32:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4724c7e8a0fbb81164f3ca992475181e776867ec",
"body": "This is not idiomatic.",
"is_bot": false,
"headline": "remove `new` fns from combinator structs (#434)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2020-10-18T16:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced050730c7a5f9d322c0cf9aedea67f16151e90",
"body": "Users of `BufMut` are unable to defend against incorrect implementations\r\nof `BufMut`, this makes the trait unsafe to implement.\r\n\r\nFixes #329",
"is_bot": false,
"headline": "Make BufMut an unsafe trait (#432)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2020-10-16T22:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94c543f74b111e894d16faa43e4ad361b97ee87d",
"body": null,
"is_bot": false,
"headline": "remove ext traits (#431)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2020-10-16T22:16:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "447530b8a6f97fc6864b39d29b24efb4ac9202d3",
"body": "There are issues with regard to uninitialized memory. We are avoiding\r\nstabilizing this function for now.",
"is_bot": false,
"headline": "Remove BufMut::bytes_vectored_mut() (#430)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2020-10-16T18:56:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422048eb24b4f5bbe5460dfb5d9b05ec7584cee6",
"body": null,
"is_bot": false,
"headline": "prepare for 0.6 work (#428)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2020-10-16T18:49:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fdb7391ce83dc71ccaeda6a54211ce723e5d9a5",
"body": null,
"is_bot": false,
"headline": "v0.5.6",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2020-07-14T00:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "025bec2954f04e5161fb1bd36396260491303366",
"body": null,
"is_bot": false,
"headline": "Move loom to dev-dependencies (#416)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2020-07-13T23:55:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d51809bd7f8f7936bb9c029e06fc58f8c81d67d",
"body": "--no-self-update is necessary because the windows environment cannot\r\nself-update rustup.exe.",
"is_bot": false,
"headline": "Fix CI failure on Windows (#415)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-07-13T03:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7daa7fe05364f347539a35d182dc964b9e8e2ecc",
"body": null,
"is_bot": false,
"headline": "Change default lint level to warning and deny warnings in CI (#397)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-07-09T16:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "972f538b7ed5d01928f00deae14327a004225f8e",
"body": null,
"is_bot": false,
"headline": "docs: Clarify what BytesMut is (#375)",
"author_name": "Sean Leather",
"author_login": "spl",
"committed_at": "2020-07-09T16:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81550da474bcd243b9e8765c6555831310a954e8",
"body": "Closes #412",
"is_bot": false,
"headline": "BytesMut: Reuse buffer when data fully consumed via Buf",
"author_name": "Bryan Donlan",
"author_login": null,
"committed_at": "2020-07-08T22:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90e7e650c99b6d231017d9b831a01e95b8c06756",
"body": null,
"is_bot": false,
"headline": "Use ThreadSanitizer CI setup that avoids false positives (#406)",
"author_name": "Tomasz Miąsko",
"author_login": "tmiasko",
"committed_at": "2020-07-06T16:28:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc4a6d56f4e1d848c8d50aea97d63d2ac9864116",
"body": null,
"is_bot": false,
"headline": "Add inline attribute to BytesMut::as_mut (#410)",
"author_name": "Juan Aguilar",
"author_login": "zzau13",
"committed_at": "2020-07-06T00:43:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3603cec7c238a3414058e76d08ce9daa4a09d61c",
"body": null,
"is_bot": false,
"headline": "Add inline attribute to BytesMut::set_len (#408)",
"author_name": "Juan Aguilar",
"author_login": "zzau13",
"committed_at": "2020-07-03T23:47:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cde647c2982d0b59edaea8a74aa689b5dd03c52",
"body": "… (#404)",
"is_bot": false,
"headline": "Remove unnecessary synchronization when cloning shared representation…",
"author_name": "Tomasz Miąsko",
"author_login": "tmiasko",
"committed_at": "2020-07-03T01:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "008d3e508e2247dbfbf5a73918e2fe999a4e9158",
"body": null,
"is_bot": false,
"headline": "v0.5.5",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2020-06-18T21:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3304e8b8b74e2d5260d8419b6d8075e004e4c39",
"body": "Remove a remark from the doc that pertained to the inline\nlayout and is no longer true.",
"is_bot": false,
"headline": "Remove outdated info on BytesMut::with_capacity (#394)",
"author_name": "Mikhail Zabaluev",
"author_login": "mzabaluev",
"committed_at": "2020-05-28T05:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64fe7e10ab849e84f8dd49bb478bc85757713a76",
"body": null,
"is_bot": false,
"headline": "Migrate CI to GitHub Actions (#392)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-05-24T16:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9877e7a3dfe8d96f3f437e8b48ff46c31149c8e",
"body": null,
"is_bot": false,
"headline": "Deny warnings for doc tests (#391)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-05-23T21:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08ec01d1e77ab45532255487a2e544c6ea59c1b8",
"body": null,
"is_bot": false,
"headline": "Fix reference in Take docs (#383)",
"author_name": "Kirill Fomichev",
"author_login": "fanatid",
"committed_at": "2020-05-22T05:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fbf83816b60fbaa2f9e85585338138c3efa949f",
"body": "* Format with rustfmt\r\n\r\n* Add rustfmt check to CI",
"is_bot": false,
"headline": "Format with rustfmt (#389)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-05-22T04:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e93fa4c6b3d6209329a3a9c90c6823886affea1",
"body": null,
"is_bot": false,
"headline": "Update to loom v0.3 (#381)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2020-05-22T02:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f40abc12a72aed5cb1ac37d769eb39b2a9d9a85",
"body": "When `serde` is used, it would enable its default feature `std`.\r\nThis of course breaks no_std build.\r\n\r\nFix this by disabling serde's default features. This should work for\r\nboth serde + std and serde + no_std case.",
"is_bot": false,
"headline": "Allow using serde feature in no_std environment (#385)",
"author_name": "Cheng XU",
"author_login": "xu-cheng",
"committed_at": "2020-05-22T02:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8fa2511ffda2412244275e4287b5c59ce4dfc26",
"body": "This fixes `cargo test --no-default-features`.",
"is_bot": false,
"headline": "Fix tests for no_std build (#384)",
"author_name": "Cheng XU",
"author_login": "xu-cheng",
"committed_at": "2020-05-22T02:18:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa464ca483c65464d05f6c59e57cefe7a2dd125d",
"body": "macOS-10.13 has been removed.",
"is_bot": false,
"headline": "Fix CI failure on MacOS (#388)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-05-22T01:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4ebe8432ec7e90cc4a4b5ccfb2c9e131bda3a36",
"body": "…> remaining",
"is_bot": false,
"headline": "Fix #354 -- Make advance_mut impl of BufMut for Vec<u8> panic if cnt …",
"author_name": "Tim Hambourger",
"author_login": "TimHambourger",
"committed_at": "2020-03-25T19:30:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bbe9dd87bdf11b1536e56415a39827eeb6d0f3e",
"body": "… mode",
"is_bot": false,
"headline": "Fix #352 -- Make freeze respect the start offset for BytesMuts in Vec…",
"author_name": "Tim Hambourger",
"author_login": "TimHambourger",
"committed_at": "2020-03-24T18:14:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe6e67386451715c5d609c90a41e98ef80f0e1d1",
"body": null,
"is_bot": false,
"headline": "v0.5.4",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2020-01-23T18:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f330ef6c4d806abecadca945f682436737399039",
"body": "Use case:\r\n\r\n```\r\nlet bytes: Bytes = ...\r\nlet subbytes = bytes.slice(a..b); // where a == b\r\nlet slice = &subbytes[..];\r\nlet slice_bytes = bytes.slice_ref(slice);\r\n```\r\n\r\nLast line should not panic, because `slice` object is derived from\r\nthe original `Bytes` object.\r\n\r\nBefore this commit it panics, because `Bytes::slice` returns a fresh\r\n`Bytes` object when `begin == end`.",
"is_bot": false,
"headline": "Do not panic on Bytes::slice_ref on empty slice (#355)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2020-01-23T18:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87b75cce161e55692564322c223b19bc1a440f72",
"body": null,
"is_bot": false,
"headline": "Disable loom on Windows (#366)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2020-01-23T18:10:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3853a1fac492a4077aae55d86efe978c18cc8083",
"body": null,
"is_bot": false,
"headline": "merge `hex` & `debug` into `fmt` (#357)",
"author_name": "南浦月",
"author_login": "nanpuyue",
"committed_at": "2020-01-23T18:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9ebf74091979ed1b25f549fd42e7802a04fe0df",
"body": "* Remove incorrect comment about behavior of put_slice\r\n* Improve grammar and clarity of BytesMut documentation",
"is_bot": false,
"headline": "Minor documentation fixes (#351)",
"author_name": "Nikhil Benesch",
"author_login": "benesch",
"committed_at": "2020-01-23T18:06:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "939a5edf3d28acfc390eedc46eab69843ba363b6",
"body": null,
"is_bot": false,
"headline": "Fix reversed arguments in PartialOrd impls (#358)",
"author_name": "Andrew Tunnell-Jones",
"author_login": "andrewtj",
"committed_at": "2020-01-23T18:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "788cb158ce2a81bda5d639d9df26d618be806c35",
"body": null,
"is_bot": false,
"headline": "Assert that the alignment of Shared is appropriate (#362)",
"author_name": "John-John Tedro",
"author_login": "udoprog",
"committed_at": "2020-01-23T18:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab028eb6a8e4ea858022b8767336b08e83a882c6",
"body": "\"Promotable\" `Bytes` object is constructed from disassembling a\r\nboxed slice object, not a vec.\r\n\r\nThus we should reassemble data into a boxed slice, not into a vec.\r\n\r\nAlthough, it does not create any problems in practice (`Box<[u8]>`\r\nis allocated exactly the same way as `Vec<u8>`), technically it is\r\na violation of `Vec::from_raw_parts` spec which says that a pointer\r\n\"needs to have been previously allocated via `String`/`Vec<T>`\".",
"is_bot": false,
"headline": "rebuild_boxed_slice instead of rebuild_boxed_vec (#364)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2020-01-23T18:04:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0eebde9938d03eb60fe97c4a41f464e4c83d414",
"body": null,
"is_bot": false,
"headline": "Fix Bytes::truncate losing the original Vec's capacity (#361)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2020-01-23T00:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "729bc7c2084a42fda2c62da6933951fa7ac875aa",
"body": null,
"is_bot": false,
"headline": "Make Bytes::new const fn (#356)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2020-01-09T22:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8695c08bcc5c51cf0832ef881eb5ccfe249e25ed",
"body": null,
"is_bot": false,
"headline": "Improve assertion messages (#349)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2020-01-08T05:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39b6646e669a35d40e0da8e582b234226f024cae",
"body": null,
"is_bot": false,
"headline": "Re-add impl From<BytesMut> for Bytes (#348)",
"author_name": "Thayne McCombs",
"author_login": "tmccombs",
"committed_at": "2019-12-19T19:09:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7cf71618071933eac2c18471427d30e6a630af5",
"body": "This separates the `SharedVtable` into 3:\r\n\r\n- `PromotableEvenVtable`: The original `SharedVtable`, which will\r\n promote the `Vec` to `Shared` on the first clone, and is selected when\r\n the `Vec`'s pointer has the LSB unset.\r\n- `PromotableOddVtable`: Similar to the `PromotableEvenVtable`, but\r\n s\n[…]\ns `VEC` or\r\n `ARC`, and is only created by the \"promotable\" vtables.\r\n\r\nThis also adds a test using an \"odd\" global allocator that purposefully\r\nbumps all pointers with alignment of 1.\r\n\r\nCloses #343",
"is_bot": false,
"headline": "Fix Bytes when Vec pointer's LSB is set (#346)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-12-17T21:23:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ae3bb2104fda9a02d55ac5635974ca1b5a49ebb",
"body": null,
"is_bot": false,
"headline": "v0.5.3",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-12-12T20:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8733f74d5969d455abe752320cb2862266503c1b",
"body": null,
"is_bot": false,
"headline": "Assert the LSB is 0 when converting Vec into Bytes",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-12-12T19:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17a8ac91e078532e0cbbe15234d84ef2e4543f7c",
"body": "Closes #340",
"is_bot": false,
"headline": "Fix conversion of empty vectors to Bytes",
"author_name": "Steven Fackler",
"author_login": null,
"committed_at": "2019-12-12T16:33:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7fc5274ad84987d21c4ead69d4d3772fdcc87d3",
"body": null,
"is_bot": false,
"headline": "Make Deref impls of Buf and BufMut forward more methods",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-12-10T21:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e80f3b6466ecb962334e617a3e304196476ade0",
"body": null,
"is_bot": false,
"headline": "Optimize BufMut for Vec and BytesMut (#338)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-12-10T21:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4908213a61c9aa750fc34103585e7b513c21dec",
"body": null,
"is_bot": false,
"headline": "Add must_use to split, split_off, and split_to",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-12-04T20:39:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af606aab9be1dde2aeefc1a21344a79beaba7bbe",
"body": "When the length to truncate is greater than the buffer's current\r\nlength, do nothing instead of clearing the contents.",
"is_bot": false,
"headline": "Fix regression in Bytes::truncate (#333)",
"author_name": "Mikhail Zabaluev",
"author_login": "mzabaluev",
"committed_at": "2019-12-01T22:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98951ba26cccb0d613edf0286976aebf48257af0",
"body": null,
"is_bot": false,
"headline": "v0.5.2",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-11-27T20:59:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "171cffa5053834d77f5bb653e55192977064ea96",
"body": null,
"is_bot": false,
"headline": "Update README.md (#320)",
"author_name": "Steven Fackler",
"author_login": null,
"committed_at": "2019-11-27T20:06:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a642e1c075362a81abfff43ed7cb332337b64643",
"body": null,
"is_bot": false,
"headline": "Add accessors to Limit combinator (#325)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-11-27T02:08:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf91283f8b4019d84d9b57674cb788179f40f58",
"body": null,
"is_bot": false,
"headline": "chore: prepare v0.5.1 release (#322)",
"author_name": "Steven Fackler",
"author_login": null,
"committed_at": "2019-11-26T22:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1db67b4a870d2de4a582742403d3a6a49992761d",
"body": null,
"is_bot": false,
"headline": "doc: fix BytesMut growth documentation. (#321)",
"author_name": "Steven Fackler",
"author_login": null,
"committed_at": "2019-11-25T19:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7c1f2a1357f7f9cdf2eb0187398fc80aaf7e28d",
"body": null,
"is_bot": false,
"headline": "prepare v0.5.0 release (#319)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2019-11-25T19:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdd9fc09cd78bed7e2e7e00bab85a632c7fa0f88",
"body": null,
"is_bot": false,
"headline": "Export public the combinator types (#318)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-11-25T18:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44fb2061481d254f94ad9902df1dcb1bda2cd8d8",
"body": "This type is the counterpart to BufExt::take. It limits how many bytes\r\nsome `BufMut` can actually be filled with.",
"is_bot": false,
"headline": "add BufMutExt::limit (#309)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-11-20T23:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3f86d8654aac8fb5b3d5556771c79813be45c01",
"body": "remove either feature",
"is_bot": false,
"headline": "remove either feature (#315)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2019-11-20T20:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8135c1f60692eff20cbc3f3d297704aa7600dbb7",
"body": "This brings `BytesMut` in line with `Vec<u8>` behavior.\r\n\r\nThis also fixes an existing bug in BytesMut::bytes_mut that exposes\r\ninvalid slices. The bug was recently introduced and was only on master\r\nand never released to `crates.io`.\r\n\r\nIn order to fix a test, `BufMutExt::chain_mut` is provided. Withou this,\r\nit is not possible to chain two `&mut [u8]`.\r\n\r\nCloses #170",
"is_bot": false,
"headline": "implicitly grow BytesMut; add BufMutExt::chain_mut (#316)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2019-11-20T20:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59aea9e8719d8acff18b586f859011d3c52cfcde",
"body": "Rust versions bumped to the minimum needed for const slice len.",
"is_bot": false,
"headline": "Make Bytes::from_static a const fn (#311)",
"author_name": "Andrew Tunnell-Jones",
"author_login": "andrewtj",
"committed_at": "2019-11-20T19:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a10addb444314f48ddae96958e7b0951b907012",
"body": null,
"is_bot": false,
"headline": "Change loom tests to use cfg(loom) internally (#314)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-11-13T22:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b32f6298e289958986b68982788562f3c097f8fc",
"body": "Makes the short-circuit checks inline-able, and the moves the actual\r\nreserving code to an inner function.",
"is_bot": false,
"headline": "Improve performance of `BytesMut::reserve` (#313)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-11-12T22:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "856ed7c43de8eca457cc5e00b7fdcc3edeb4c52a",
"body": null,
"is_bot": false,
"headline": "implement Buf for std::io::Cursor (#308)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-11-05T01:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96268a80d44db04142ff168506e9bff8682d9a15",
"body": null,
"is_bot": false,
"headline": "Move \"extra\" methods to extension traits (#306)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-10-31T16:39:58Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 26,
"commits_last_year": 0,
"latest_release_at": "2021-08-25T15:48:41Z",
"latest_release_tag": "v1.1.0",
"releases_from_tags": true,
"days_since_last_push": 1666,
"active_weeks_last_year": 0,
"days_since_latest_release": 1796,
"mean_days_between_releases": 70.9
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "bytes",
"exists": true,
"license": "MIT",
"keywords": [
"buffers",
"io",
"zero-copy",
"data-structures",
"network-programming"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/bytes",
"is_deprecated": false,
"latest_version": "1.12.1",
"repository_url": "https://github.com/tokio-rs/bytes",
"versions_count": 59,
"total_downloads": 884929906,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 68054965,
"first_published_at": "2015-01-30T08:04:59.453916Z",
"latest_published_at": "2026-07-08T10:01:28.616466Z",
"latest_version_yanked": false,
"days_since_latest_publish": 18
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 45651,
"source_files_sampled": 33,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "tracing-subscriber",
"direct": false,
"version": "0.3.19",
"severity": "low",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-xwfj-jgwm-7wp5",
"RUSTSEC-2025-0055"
],
"fixed_version": "0.3.20",
"advisory_count": 2,
"oldest_advisory_days": 331
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 31,
"malicious_count": 0,
"assessed_package": "crates:bytes@1.12.1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.60"
}
],
"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": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "carllerche",
"commits": 202,
"avatar_url": "https://avatars.githubusercontent.com/u/6180?v=4"
},
{
"type": "User",
"login": "seanmonstar",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/51479?v=4"
},
{
"type": "User",
"login": "stepancheg",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/28969?v=4"
},
{
"type": "User",
"login": "taiki-e",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/43724913?v=4"
},
{
"type": "User",
"login": "fhartwig",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/83271?v=4"
},
{
"type": "User",
"login": "danburkert",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/160242?v=4"
},
{
"type": "User",
"login": "Darksonn",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/928074?v=4"
},
{
"type": "User",
"login": "RalfJung",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/330628?v=4"
},
{
"type": "User",
"login": "nanpuyue",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1524609?v=4"
},
{
"type": "User",
"login": "sfackler",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1455697?v=4"
}
],
"contributors_sampled": 71,
"top_contributor_share": 0.499
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 15 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "no SAST tool detected",
"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": "68afb40df9ea2e61a93d0e26f6f8a9f231979452",
"ran_at": "2026-07-26T20:07:01Z",
"aggregate_score": 3.3,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/saethlin/bytes",
"host": "github.com",
"name": "bytes",
"owner": "saethlin"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 26,
"inputs": {
"security": 46,
"vitality": 17,
"community": 12,
"governance": 42,
"engineering": 36,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 31,
"overall_after_abandonment_multiplier": 26
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1666,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1666 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1666
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 40,
"inputs": {
"releases_count": 26,
"latest_release_tag": "v1.1.0",
"releases_from_tags": true,
"days_since_latest_release": 1796,
"mean_days_between_releases": 70.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "26 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 26
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1796 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1796
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~70.9 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 70.9
}
}
],
"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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1705,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1705 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1705,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 42,
"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": 71,
"top_contributor_share": 0.499
},
"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 50% of commits",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 50
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "71 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 71
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 15 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 62,
"inputs": {
"followers": 120,
"owner_type": "User",
"is_verified": null,
"owner_login": "saethlin",
"public_repos": 243,
"account_age_days": 4110
},
"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": "120 followers of saethlin",
"points": 15,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 120,
"login": "saethlin"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "243 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 243
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 36,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"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": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.3
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 15 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "no SAST tool detected",
"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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Matched the crates:bytes@1.12.1 runtime dependency closure — what installing the published package pulls in — 31 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "crates:bytes@1.12.1",
"assessed": 31
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 97,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 31,
"unassessed_packages": 0,
"affected_by_severity": "low 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": "1 affected: tracing-subscriber 0.3.19 (low)",
"points": 23,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "tracing-subscriber 0.3.19 (low)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 331 days ago",
"points": 39,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 331
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 31,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 14
},
"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": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.89,
"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": "89 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 89,
"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"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 45651,
"source_files_sampled": 33,
"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/33 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 33,
"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": [
"Community profile unavailable",
"crates package 'bytes' points at a different repository (https://github.com/tokio-rs/bytes); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T20:07:17.363531Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/saethlin/bytes.svg",
"full_name": "saethlin/bytes",
"license_state": "standard",
"license_spdx": "MIT"
}