Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 1636,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 220231,
"Shell": 1890,
"PowerShell": 576
},
"pushed_at": "2019-07-16T18:21:42Z",
"created_at": "2019-07-09T10:52:17Z",
"owner_type": "User",
"updated_at": "2023-07-25T14:27:19Z",
"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": "Bruce Mitchener",
"type": "User",
"login": "waywardmonkeys",
"company": "@endoli",
"location": null,
"followers": 311,
"avatar_url": "https://avatars.githubusercontent.com/u/178582?v=4",
"created_at": "2010-01-08T15:06:23Z",
"is_verified": null,
"public_repos": 510,
"account_age_days": 6043
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"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": "dea868a4b0eec28877e9013702c0ae12dbc40c4b",
"body": "- Renames `bytes_vec` to `bytes_vectored` and `bytes_vec_mut` to\n `bytes_vectored_mut`.",
"is_bot": false,
"headline": "Replace iovec with std::io::IoSlice",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-06-11T18:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac4e8f2fc5de66eff982aac77f742de3d3930454",
"body": "- Removes `slice_to` and `slice_from`.",
"is_bot": false,
"headline": "Use RangeBounds trait for `Bytes::slice`",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-06-10T16:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed7c7b5c5845a4084eb65a364ddf259b1e17ca59",
"body": null,
"is_bot": false,
"headline": "Replace try! macro with ? operator",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2019-06-10T16:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09772c4e77913bcf6ad029450af80a27b04772c8",
"body": null,
"is_bot": false,
"headline": "fix benches after cursor removal",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-06-07T22:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47fdf06e34ca8ae91281f05a1555923f3878aeec",
"body": null,
"is_bot": false,
"headline": "Make serde module private (#262)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-06-07T19:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55aa530dc1169484135d479f8b0704617a09ac8f",
"body": null,
"is_bot": false,
"headline": "Remove io::Cursor, and implement Buf/BufMut for slices instead (#261)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-06-07T19:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8134903de1be93227ce376e1fb640ac2acfa8c1",
"body": "…Mut, refactor iterators",
"is_bot": false,
"headline": "feat: remove impl IntoBuf for Cursor<Self>, impl Buf for Bytes, Bytes…",
"author_name": "YetAnotherMinion",
"author_login": "YetAnotherMinion",
"committed_at": "2019-06-06T23:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "654a11c84cc1bf14130acb290cdc6111f3a1daf3",
"body": null,
"is_bot": false,
"headline": "bump CI minimum Rust to 1.27 for 'dyn' keyword",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-06-06T21:29:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5759211ff81c3601015a0c0dad96f9366965446c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'v0.4.x' into uplift-0.4-commits",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-06-06T21:08:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60aceba2bb1dfacbca395832d2f36eabd517fcb1",
"body": null,
"is_bot": false,
"headline": "set publish to false, update meta links (#258)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-06-06T20:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d43e283e5ed520e54df2428f2cf9a7c13c79ff49",
"body": null,
"is_bot": false,
"headline": "Panic in BytesMut::split_to when out of bounds (#252) (#253)",
"author_name": "Pavel Strakhov",
"author_login": "Riateche",
"committed_at": "2019-04-02T23:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0e30f00a1248b1de59405da66cd871ccace4f9f",
"body": null,
"is_bot": false,
"headline": "Fix a typo in CHANGELOG.md (#251)",
"author_name": "南浦月",
"author_login": "nanpuyue",
"committed_at": "2019-03-29T20:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4948b1053b1af8f474a107b958dd0086ada06b17",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.4.12 (#250)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2019-03-06T20:42:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e8b440650fffe49f1ecf591e531000ecd4440e6",
"body": null,
"is_bot": false,
"headline": "Implementation of Buf for VecDeque (#249)",
"author_name": "Michal 'vorner' Vaner",
"author_login": "vorner",
"committed_at": "2019-03-06T19:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e13d2a783e29cc973fd21023b24896305d3d2fbc",
"body": null,
"is_bot": false,
"headline": "Use constants in bytes.rs test code (#247)",
"author_name": "Sangguk Lee",
"author_login": "luaneyed",
"committed_at": "2019-02-27T18:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55dfea8c18fcb412702319b58b4407248a5115ca",
"body": null,
"is_bot": false,
"headline": "Impl FromIterator<&'a u8> for `BytesMut`/`Bytes` (#244)",
"author_name": "南浦月",
"author_login": "nanpuyue",
"committed_at": "2019-01-30T19:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3b363a385c609f3bfb1161b8028ed84034a6020",
"body": null,
"is_bot": false,
"headline": "Fix typo in bytes.rs (#243)",
"author_name": "Dax Huiberts",
"author_login": "daxhuiberts",
"committed_at": "2019-01-28T18:06:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b669690af1f358dd5234beb5078ebdf25b3e02",
"body": null,
"is_bot": false,
"headline": "use raw ptr for potentially racy load (#240)",
"author_name": "Ralf Jung",
"author_login": "RalfJung",
"committed_at": "2018-12-21T19:07:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9504447adc3459ee0342efa9b3fdef684a211d6a",
"body": null,
"is_bot": false,
"headline": "Be clear about Inner::kind being deliberate UB (#236)",
"author_name": "Ralf Jung",
"author_login": "RalfJung",
"committed_at": "2018-11-26T06:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3248c8807684dbc3996d61fff47f9a630511662",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.4.11 (#235)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-11-17T22:33:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c5b8fb541b5fea581706d04b2525d18ce00ebe",
"body": "Shared references assert immutability, so any concurrent access would be UB\r\ndisregarding data race concerns.",
"is_bot": false,
"headline": "Use raw pointers for potentially racy loads (#233)",
"author_name": "Ralf Jung",
"author_login": "RalfJung",
"committed_at": "2018-11-17T15:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c3085aaec243feb26ee4ebe867b0acac6b62d3b",
"body": "There's no reason the user should be forced to wrap it in BufReader in\r\ncase the trait is needed, because the Reader has all the bits for\r\nsupporting it naturally.",
"is_bot": false,
"headline": "The Reader can implement BufReader naturally (#232)",
"author_name": "Michal 'vorner' Vaner",
"author_login": "vorner",
"committed_at": "2018-11-17T15:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e64a123d002e56626580cb51ae7e729e6574ce59",
"body": "The property the Buff and BuffMut can return shorter slice is quite an\r\nimportant detail. Nevertheless, while it is mentioned in the\r\ndocumentation, the wording makes it relatively easy to overlook. This\r\ntries to bring more attention to it.",
"is_bot": false,
"headline": "Bring more attention to short reads/slices on Buff/BuffMut (#231)",
"author_name": "Michal 'vorner' Vaner",
"author_login": "vorner",
"committed_at": "2018-11-17T15:51:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5304410a48fee8d78bd0422c15b65b2361359ff",
"body": null,
"is_bot": false,
"headline": "Whitelist false positive std (#234)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-11-17T15:27:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "456221d16521cf54cea0e6569669e47120a1b738",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.4.10 (#227)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-09-04T20:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f09c51c34e533a493c9e97018de6a0a33daf080e",
"body": null,
"is_bot": false,
"headline": "White list allocation (#226)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-09-03T20:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad35fbef035da3bc0b18b2042ae19cf7358fec6e",
"body": null,
"is_bot": false,
"headline": "implement `Buf` and `BufMut` for `Either` (#225)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-09-03T17:23:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79f05591c9fe6d40affa3882a8fc666e13c47bcd",
"body": "This lets us take Bytes and a &[u8] slice that is contained in it, and\r\ncreate a new Bytes that corresponds to that subset slice.\r\n\r\nCloses #198",
"is_bot": false,
"headline": "Add a subslice function for Bytes (#198) (#208)",
"author_name": "Federico Mena Quintero",
"author_login": "federicomenaquintero",
"committed_at": "2018-09-02T02:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed244d3b548d44d6bdc9d0fec5d0c21f9f898753",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.4.9 (#220)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-07-23T02:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc961c3e783005d9806943e8625e722a4642a8c3",
"body": null,
"is_bot": false,
"headline": "Merge branch 'v0.4.x'",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-07-13T03:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "890812af1b814c0f51430752dc825c723ba14e06",
"body": null,
"is_bot": false,
"headline": "inline Bytes::len and Bytes::is_empty (#211)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-07-13T03:17:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "052648c3f5bb8875de721e3fa367016801e3f2ed",
"body": "With this if foo is a mutable slice, it is possible to do\r\n\r\nfoo.into_buf().put_u32_le(42);\r\n\r\nBefore this patch into_buf would create a Cursor<&'a [u8]> and it\r\nwould not be possible to write into it.",
"is_bot": false,
"headline": "Implement IntoBuf for mut slices. (#214)",
"author_name": "Rafael Ávila de Espíndola",
"author_login": "espindola",
"committed_at": "2018-07-13T03:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "042aa9023bcefbfdff13a99df6f4b04e141b0a35",
"body": "…218)",
"is_bot": false,
"headline": "Fix `cargo doc` error on nightly caused by broken link to footnote (#…",
"author_name": "Roman",
"author_login": null,
"committed_at": "2018-07-13T03:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4100841f8f2e7093dc17c0d3359dbddf0cbe3d4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'v0.4.x'",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-07-13T03:11:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdfd25f3143e081932cb010b294bbaded279db88",
"body": null,
"is_bot": false,
"headline": "inline Bytes::len and Bytes::is_empty (#211)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-07-13T02:05:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ba5266bd9f72a2d31f3dc480e80422351a5d3c4",
"body": "I noticed that the bare `[u8]` made rustdoc nightly unhappy.",
"is_bot": false,
"headline": "Put type names in `backticks`. (#212)",
"author_name": "Geoffry Song",
"author_login": "goffrie",
"committed_at": "2018-07-13T02:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83f68a013e825dffb33f381d3a9af18d827ba094",
"body": "With this if foo is a mutable slice, it is possible to do\r\n\r\nfoo.into_buf().put_u32_le(42);\r\n\r\nBefore this patch into_buf would create a Cursor<&'a [u8]> and it\r\nwould not be possible to write into it.",
"is_bot": false,
"headline": "Implement IntoBuf for mut slices. (#214)",
"author_name": "Rafael Ávila de Espíndola",
"author_login": "espindola",
"committed_at": "2018-07-13T02:03:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63211d8c828646794b2f2abc27012a7092dab66d",
"body": "…218)",
"is_bot": false,
"headline": "Fix `cargo doc` error on nightly caused by broken link to footnote (#…",
"author_name": "Roman",
"author_login": null,
"committed_at": "2018-07-05T17:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "886dda096204649a8733f4d570d9aa3f515ea20a",
"body": "- Clones when the kind is INLINE or STATIC are sped up by over double.\r\n- Clones when the kind is ARC are spec up by about 1/3.",
"is_bot": false,
"headline": "Optimize Inner::shallow_clone (#217)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-07-03T22:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6414efe83ba7cff40bd9e304a07f58023e16251b",
"body": null,
"is_bot": false,
"headline": "Fix documentation (#219)",
"author_name": "luben karavelov",
"author_login": "luben",
"committed_at": "2018-07-02T19:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7785cde5876d5e4241ff47f3cf964fc5a235b98d",
"body": null,
"is_bot": false,
"headline": "add support for 128bit numbers (#209)",
"author_name": "Ashley Mannix",
"author_login": "KodrAus",
"committed_at": "2018-06-19T00:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d98f49e67bdd679d200a59f561c2429e0676f040",
"body": null,
"is_bot": false,
"headline": "Merge branch 'v0.4.x'",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-06-18T19:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6b9844296a1dbde74035a6327b9349520e338d4",
"body": "The intent of the license was to dual license MIT & Apache 2.0. However,\r\nthe messaging was copy / pasted from rust-lang.\r\n\r\nClarify the license as exclusively MIT.\r\n\r\nFixes #215",
"is_bot": false,
"headline": "Clarify license as MIT (#216)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-06-18T19:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d5b46cd108f7603f44a07f5981f21d9f1a94259",
"body": null,
"is_bot": false,
"headline": "Merge branch 'v0.4.x'",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-05-25T23:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "406b048ae6f60237f71881c34eee441af035a275",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.4.8 (#206)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-05-25T23:50:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c041142a048e55ae8fbd8954b121d6003bf2576",
"body": null,
"is_bot": false,
"headline": "Filter out tsan warnings in test harness (#205)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-05-25T22:54:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3557bafa5c9c4ef51430e5d1fcdfa6c57d40b23a",
"body": null,
"is_bot": false,
"headline": "Filter out tsan warnings in test harness (#205)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-05-25T22:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c87739bb55051ce18516a676c616911de923d86c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'v0.4.x'",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-05-25T21:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9a7098658edaa6f4303de81002fa6d9fb2d81fb",
"body": null,
"is_bot": false,
"headline": "Added a resize function for BytesMut (#203)",
"author_name": "Luke Horsley",
"author_login": "Lukazoid",
"committed_at": "2018-05-25T20:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32ea8281b394a0bb4c75e41eb3cce4465b2a9284",
"body": null,
"is_bot": false,
"headline": "Use sanitizers in CI (#204)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-05-25T19:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfce95b89d89303618fc0aa4b518dcba23fe216c",
"body": "* Recycle space when reserving from Vec-backed Bytes\r\n\r\nBytesMut::reserve, when called on a BytesMut instance which is backed by\r\na non-shared Vec<u8>, would previously just delegate to Vec::reserve\r\nregardless of the current location in the buffer. If the Bytes is\r\nactually the trailing component o\n[…]\nreuse space in a Vec-backed Bytes when doing so would gain back\r\nmore than half of the current capacity. This avoids excessive copy\r\noperations when a large buffer is almost (but not completely) full.",
"is_bot": false,
"headline": "Recycle space when reserving from Vec-backed Bytes (#197)",
"author_name": "Noah Zentzis",
"author_login": "nzentzis",
"committed_at": "2018-05-24T23:37:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2d95683bd5da0ffa051c43c4e19b5311d16b0370",
"body": "* Recycle space when reserving from Vec-backed Bytes\r\n\r\nBytesMut::reserve, when called on a BytesMut instance which is backed by\r\na non-shared Vec<u8>, would previously just delegate to Vec::reserve\r\nregardless of the current location in the buffer. If the Bytes is\r\nactually the trailing component o\n[…]\nreuse space in a Vec-backed Bytes when doing so would gain back\r\nmore than half of the current capacity. This avoids excessive copy\r\noperations when a large buffer is almost (but not completely) full.",
"is_bot": false,
"headline": "Recycle space when reserving from Vec-backed Bytes (#197)",
"author_name": "Noah Zentzis",
"author_login": "nzentzis",
"committed_at": "2018-05-24T21:50:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b68fa46e3da7bff20f1be7850a4487131cb24a27",
"body": null,
"is_bot": false,
"headline": "Fix panic in FromIterator for BytesMut",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-05-11T15:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef09e98fbcdad09d49b84b67f1584c3e64bbd508",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.4.7",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-04-27T17:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d656d37180db722114f960609c3e6b934b242aee",
"body": null,
"is_bot": false,
"headline": "Merge branch 'v0.4.x'",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-04-27T17:42:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51e435b7e00dba93d358efbcc4bb78fbab1dcc1c",
"body": "The new implementation tries to get the data directly from bytes() (this is\npossible most of the time) and if there is not enough data in bytes() use the\nprevious code: copy the needed bytes in a temporary buffer before returning\nthe data\n\nHere the bench results:\n Befor\n[…]\ner)] on 'bytes()',\n 'remaining()' and 'advance()'.\n\nThe cases that are slower (slightly) correspond to implementations that are not\nreally realistic: more than one byte is never possible in one time",
"is_bot": false,
"headline": "Improve performance of Buf::get_*() (#195)",
"author_name": "kohensu",
"author_login": "kohensu",
"committed_at": "2018-04-27T17:18:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "15050b1da56cf5e3660c19c0211d4e659d6db513",
"body": null,
"is_bot": false,
"headline": "impl BorrowMut for BytesMut (#185) (#192)",
"author_name": "Alan Somers",
"author_login": "asomers",
"committed_at": "2018-04-27T17:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e44472209856bf9518e5ba4491f658d7f9a5abf2",
"body": "The new implementation tries to get the data directly from bytes() (this is\r\npossible most of the time) and if there is not enough data in bytes() use the\r\nprevious code: copy the needed bytes in a temporary buffer before returning\r\nthe data\r\n\r\nHere the bench results:\r\n \n[…]\n on 'bytes()',\r\n 'remaining()' and 'advance()'.\r\n\r\nThe cases that are slower (slightly) correspond to implementations that are not\r\nreally realistic: more than one byte is never possible in one time",
"is_bot": false,
"headline": "Improve performance of Buf::get_*() (#195)",
"author_name": "kohensu",
"author_login": "kohensu",
"committed_at": "2018-04-27T17:07:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d5610062905ec6001025c21dcfa130e6d5ccc3c2",
"body": null,
"is_bot": false,
"headline": "Add a bench for Buf::get_*() (#194)",
"author_name": "kohensu",
"author_login": "kohensu",
"committed_at": "2018-04-27T16:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c27ddaf7e860424071583bcf5913bcdf43e9637",
"body": null,
"is_bot": false,
"headline": "Introduce Bytes::to_mut (#188)",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2018-03-12T16:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae1b45495b0c527f6b6b250f06a780cff56b6423",
"body": null,
"is_bot": false,
"headline": "impl BorrowMut for BytesMut (#185)",
"author_name": "Alan Somers",
"author_login": "asomers",
"committed_at": "2018-03-12T16:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebe522731f6459ef7fb0e8900bfb2734f9fb14d4",
"body": "This patch fixes the `copy_to_slice` function, rectifying the logic.\nHowever, the incorrect code does not result in incorrect behavior as the\nonly case `cnt != src.len()` is during the final iteration, and since\n`src.len()` is greater than `cnt` in that case, `off` will be\nincremented by too much, but this will still trigger the `off <\ndst.len()` condition.\n\nThe only danger is `src.len()` could cause an overflow.",
"is_bot": false,
"headline": "Fix `copy_to_slice` to use correct increment var",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-03-12T16:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd4630a321bc393188353352136c0e0e3261989b",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/v0.4.x'",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-03-12T16:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "025d53342eac05acf784ca008a7c517f0aafadd2",
"body": "* make Buf and BufMut usable as trait objects\r\n\r\n- All the `get_*` and `put_*` methods that take `T: ByteOrder` have\r\n a `where Self: Sized` bound added, so that they are only usable from\r\n sized types. It was impossible to make `Buf` or `BufMut` into trait\r\n objects before, so this change doesn'\n[…]\n export of `ByteOrder` and methods generic on it.\r\n\r\n* remove deprecated ByteOrder methods\r\n\r\nRemoves the `_be` suffix from all methods, implying that the default\r\npeople should use is network endian.",
"is_bot": false,
"headline": "Remove ByteOrder generic methods from Buf and BufMut (#187)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-03-12T16:27:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ce79f0a26832c73b038bb2b8df77cde2315779dd",
"body": "- All the `get_*` and `put_*` methods that take `T: ByteOrder` have\r\n a `where Self: Sized` bound added, so that they are only usable from\r\n sized types. It was impossible to make `Buf` or `BufMut` into trait\r\n objects before, so this change doesn't break anyone.\r\n- Add `get_n_be`/`get_n_le`/`put_n_be`/`put_n_le` methods that can be\r\n used on trait objects.\r\n- Deprecate the export of `ByteOrder` and methods generic on it.\r\n\r\nFixes #163",
"is_bot": false,
"headline": "Make Buf and BufMut usable as trait objects (#186)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-03-12T16:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff7c0a1d902f0f690c5a66f77a556a05b1b5c1b0",
"body": "Add `Bytes::unsplit`, analogous to `BytesMut::unsplit`.",
"is_bot": false,
"headline": "Bytes::unsplit (#182)",
"author_name": "Alan Somers",
"author_login": "asomers",
"committed_at": "2018-02-26T17:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b68ef407f114354bbad3d5b609a8fd601afe326",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/v0.4.x'",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-01-29T18:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86c83959dc0f72c94bcb2b6aa57efc178f6a7fa2",
"body": null,
"is_bot": false,
"headline": "Have Travis build WASM target (#180)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-01-29T18:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "355a662976cb845d21edda0626c7b2ee467e814d",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-01-29T17:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d169f1f342f2b52a96016a59dad414747f75945",
"body": "Update to match master version of IoVec (0.2.0?), using\r\nIoVec/IoVecMut instead of &IoVec and &mut IoVec.",
"is_bot": false,
"headline": "Update iovec dependency (#179)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-01-26T06:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c316c2433d7c5f90ae575990ae11f2d5e51fc532",
"body": "Just document how `from(Vec<u8>)` can be used to disable inlining.",
"is_bot": false,
"headline": "Optionally disable inlining (#176)",
"author_name": "Alan Somers",
"author_login": "asomers",
"committed_at": "2018-01-15T05:53:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5c4c6028d5e33bd472dcba5f4ef4c4e1e5d4bbc",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.4.6",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2018-01-08T17:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba9a9753583fe10d444fd332d5ac801cbbcc5b78",
"body": "* Handle empty self and other for unsplit.\r\n* Change extend() to extend_from_slice().",
"is_bot": false,
"headline": "Unsplit improvements (#173)",
"author_name": "jq-rs",
"author_login": "jq-rs",
"committed_at": "2018-01-06T00:20:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a3d20bb8d7212b8c9a020417921e79bb32b0eee",
"body": "If `shallow_clone` is called with `&mut self`, and `Bytes` contains\r\n`Vec`, then expensive CAS can be avoided, because no other thread\r\nhave references to this `Bytes` object.\r\n\r\nBench `split_off_and_drop` difference:\r\n\r\nBefore the diff:\r\n\r\n```\r\ntest split_off_and_drop ... bench: 91,858 ns/iter (+/- 17,401)\r\n```\r\n\r\nWith the diff:\r\n\r\n```\r\ntest split_off_and_drop ... bench: 81,162 ns/iter (+/- 17,603)\r\n```",
"is_bot": false,
"headline": "Optimize shallow_clone for Bytes::split_{off,to} (#92)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2018-01-03T19:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ca61d881de6b5974961f91b06c1a9b9332306b1",
"body": "Add support for unsplit() to BytesMut which combines splitted contiguous memory blocks efficiently.",
"is_bot": false,
"headline": "Add support for unsplit() to BytesMut (#162)",
"author_name": "jq-rs",
"author_login": "jq-rs",
"committed_at": "2018-01-03T17:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d6c2b61cce6941a7dc35f15be421bf1d62425b0",
"body": "Fixes #164",
"is_bot": false,
"headline": "Document correct inline capacity in bytes.rs (#171)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2017-12-16T00:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02891144be0a889ad1c34b84c5ec15f4fb6d2c57",
"body": "* Compact Bytes original capacity representation\r\n\r\nIn order to avoid unnecessary allocations, a `Bytes` structure remembers\r\nthe capacity with which it was first created. When a reserve operation\r\nis issued, this original capacity value is used to as a baseline for\r\nreallocating new storage.\r\n\r\nPre\n[…]\nevious commit to store the number of bytes that the view was advanced.\r\nThe `ptr` pointer will point to the start of the window, avoiding any\r\npointer arithmetic when dereferencing the `Bytes` handle.",
"is_bot": false,
"headline": "Add `advance` on `Bytes` and `BytesMut` (#166)",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2017-12-13T19:30:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "149922d7cf4b76d00066bb8615df2f7b1d9ace44",
"body": null,
"is_bot": false,
"headline": "Get test passing again",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2017-10-21T22:47:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03d501b18d5a58fa613a585ec9761600c75ff83b",
"body": "* Inner: make uninitialized construction explicit\r\n* Remove Inner2\r\n* Remove unnecessary transmutes\r\n* Use AtomicPtr::get_mut where possible\r\n* Some minor tweaks",
"is_bot": false,
"headline": "small fixups in bytes.rs (#145)",
"author_name": "Dan Burkert",
"author_login": "danburkert",
"committed_at": "2017-08-18T15:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34540be54c0b7eae39a2df5f2c5419d2ca6b7461",
"body": null,
"is_bot": false,
"headline": "Add `FromIterator` impl (#148)",
"author_name": "Jef",
"author_login": "eira-fransham",
"committed_at": "2017-08-17T17:32:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfca1c04fa1c0b0948c3eb046d1113788e639a01",
"body": null,
"is_bot": false,
"headline": "print space normally in Debug for Bytes (#155)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-08-17T17:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8c46d8513a9641fc2cf480a998db4fd837ef113",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.4.5",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2017-08-12T17:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7839100389bf28df00943d45e0f5516873a8e8dc",
"body": null,
"is_bot": false,
"headline": "Inline `as_ref` functions on `Bytes` and `BytesMut` (#154)",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2017-08-06T04:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6750a26fd0232209d8e1230fa12248a87ead1551",
"body": null,
"is_bot": false,
"headline": "impl AsMut<[u8]> for BytesMut (#143) (#144)",
"author_name": "Paul Collier",
"author_login": "pshc",
"committed_at": "2017-07-02T21:21:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9ccd2a8666f4aa6650db977da7b5e678f9066f9",
"body": "Slice operation should return inline when possible\r\n\r\nIt is cheaper than atomic increment/decrement.\r\n\r\nBefore this patch:\r\n\r\n```\r\ntest slice_avg_le_inline_from_arc ... bench: 28,582 ns/iter (+/- 3,880)\r\ntest slice_empty ... bench: 8,797 ns/iter (+/- 1,325)\r\ntest slic\n[…]\nch: 9,136 ns/iter (+/- 1,908)\r\ntest slice_large_le_inline_from_arc ... bench: 18,052 ns/iter (+/- 2,981)\r\ntest slice_short_from_arc ... bench: 18,200 ns/iter (+/- 2,534)\r\n```",
"is_bot": false,
"headline": "Optimize Bytes::slice for short slices (#136)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2017-07-01T21:10:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "544997958fb580b9bd6c75010670b45a30b6d3c2",
"body": null,
"is_bot": false,
"headline": "Minor doc spelling and consistency fixes (#142)",
"author_name": "Georg Brandl",
"author_login": "birkenfeld",
"committed_at": "2017-07-01T21:03:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d315d00a3b39d655cf6aaa916d4dabe7763326ce",
"body": null,
"is_bot": false,
"headline": "Bytes::with_capacity (#137)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2017-07-01T03:33:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb2d8cf1c045059d116225fd614c53446e295fe9",
"body": "Saves the cognitive load of having to wrap them in slices to compare\r\nthem when that seems like what one would expect.\r\n\r\nSigned-off-by: Clint Byrum <clint@fewbar.com>",
"is_bot": false,
"headline": "Add convenience PartialEq for BytesMut and Bytes (#141)",
"author_name": "Clint Byrum",
"author_login": "SpamapS",
"committed_at": "2017-07-01T03:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ed78cef475137d3811b8a9e371fe4853ecdeb4c",
"body": "The panic happens when `inner.bytes()` returns a slice smaller than the\r\nlimit.",
"is_bot": false,
"headline": "Fix index-oob panic in Take::bytes (#138)",
"author_name": "Dan Burkert",
"author_login": "danburkert",
"committed_at": "2017-06-27T18:23:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aab71ef82c8a7ad0740f75560afb438480943f0a",
"body": null,
"is_bot": false,
"headline": "reference Apache-2.0 in Cargo.toml (#134)",
"author_name": "Igor Gnatenko",
"author_login": null,
"committed_at": "2017-06-26T17:33:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e8373da8d7e4553bbf9793c664fc200f2f61046",
"body": "* use slice.to_vec instead of buf.put in From<[u8]>\r\n\r\n* don't panic in fmt::Write for BytesMut",
"is_bot": false,
"headline": "Faster From<[u8]> for BytesMut, remove panic in fmt::Write (#133)",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-06-15T17:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3240fb9cd9566c6713a131e467fb51b0f7f43d60",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.4.4",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2017-05-26T17:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ae51c9f0c191f9087e768f1163e9f3546d07d68",
"body": null,
"is_bot": false,
"headline": "Implement `truncate`, `clear` for `Bytes` (#128)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2017-05-26T16:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b0602e75646acd8d65b9efdcd6e6a3a8a1c1661",
"body": null,
"is_bot": false,
"headline": "impl ExactSizeIterator for Iter<T: Buf> (#127)",
"author_name": "brianwp",
"author_login": "BrianWP",
"committed_at": "2017-05-24T15:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f5890be70e093760d85066f9102d9e2b48cf84b",
"body": "Return empty `Bytes` object\r\n\r\nBench for `slice_empty` difference is\r\n\r\n```\r\n55 ns/iter (+/- 1) # before this patch\r\n17 ns/iter (+/- 5) # with this patch\r\n```\r\n\r\nBench for `slice_not_empty` is\r\n\r\n```\r\n25,058 ns/iter (+/- 1,099) # before this patch\r\n25,072 ns/iter (+/- 1,593) # with this patch\r\n```",
"is_bot": false,
"headline": "Optimize Bytes::slice(n, n) (#123)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2017-05-22T20:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70ee87ea297f0b8d7c0c146564de1260b3c71f42",
"body": null,
"is_bot": false,
"headline": "Fix benchmarks",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2017-05-22T19:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edf1af958a64d5efc3257ecc910f77ad5ecd2436",
"body": null,
"is_bot": false,
"headline": "Minor doc fixes (#124)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2017-05-22T18:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7110d57b2f0bc1e4dc21988f2e395ba1478eb230",
"body": "Round up to power of 2 is not necessary, because `reserve` already\r\ndoubles previous capacity in\r\n\r\n```\r\n\tnew_cap = cmp::max(\r\n\t\tcmp::max(v.capacity() << 1, new_cap),\r\n\t\toriginal_capacity);\r\n```\r\n\r\nwhich makes `reserve` calls constant in average. Avoiding rounding\r\nup prevents `reserve` from wasting\n[…]\n01, bytes.capacity());\r\n}\r\n```\r\n\r\nIt asserts that when user requests more than double of current\r\ncapacity, exactly the requested amount of memory is allocated and\r\nis not wasted to next power of two.",
"is_bot": false,
"headline": "BytesMut::reserve should not overallocate (#117)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2017-05-15T18:28:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "07db74b009bb44190ae6c0bb001075a6d9261649",
"body": "`extend_with_slice` is super-convenient operation on `Bytes`.\r\n\r\nWhile `put_u8` would be expensive on `Bytes`, `extend_from_slice`\r\nis OK, because it is batch, and it checks for kind only once.\r\n\r\nPatch also adds `impl Extend for Bytes`.\r\n\r\ncc #116",
"is_bot": false,
"headline": "Bytes::extend_from_slice (#120)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2017-05-15T18:27:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6af66c4f214259906c1f80788e1ecfcaf0dfcfd1",
"body": null,
"is_bot": false,
"headline": "fix a docs typo (#115)",
"author_name": "Jack O'Connor",
"author_login": "oconnor663",
"committed_at": "2017-05-02T19:35:06Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 0,
"latest_release_at": "2019-03-06T20:42:20Z",
"latest_release_tag": "v0.4.12",
"releases_from_tags": true,
"days_since_last_push": 2567,
"active_weeks_last_year": 0,
"days_since_latest_release": 2699,
"mean_days_between_releases": 75
},
"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": 88400,
"source_files_sampled": 28,
"oversized_source_files": 1,
"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": "byteorder",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.1.0"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "either",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.5"
}
],
"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": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "carllerche",
"commits": 185,
"avatar_url": "https://avatars.githubusercontent.com/u/6180?v=4"
},
{
"type": "User",
"login": "seanmonstar",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/51479?v=4"
},
{
"type": "User",
"login": "stepancheg",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/28969?v=4"
},
{
"type": "User",
"login": "fhartwig",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/83271?v=4"
},
{
"type": "User",
"login": "danburkert",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/160242?v=4"
},
{
"type": "User",
"login": "asomers",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/129721?v=4"
},
{
"type": "User",
"login": "alexcrichton",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/64996?v=4"
},
{
"type": "User",
"login": "vorner",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/11783500?v=4"
},
{
"type": "User",
"login": "RalfJung",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/330628?v=4"
},
{
"type": "User",
"login": "kohensu",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/38612198?v=4"
}
],
"contributors_sampled": 43,
"top_contributor_share": 0.647
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"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 7 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": null,
"reason": "No tokens found",
"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": "dea868a4b0eec28877e9013702c0ae12dbc40c4b",
"ran_at": "2026-07-26T20:47:09Z",
"aggregate_score": 2.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": 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/waywardmonkeys/bytes",
"host": "github.com",
"name": "bytes",
"owner": "waywardmonkeys"
},
"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": 21,
"inputs": {
"security": 42,
"vitality": 17,
"community": 12,
"governance": 36,
"engineering": 18,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 25,
"overall_after_abandonment_multiplier": 21
},
"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": 2567,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2567 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 2567
}
}
],
"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": 15,
"latest_release_tag": "v0.4.12",
"releases_from_tags": true,
"days_since_latest_release": 2699,
"mean_days_between_releases": 75
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2699 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2699
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~75 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 75
}
}
],
"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": 2602,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 2602 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 2602,
"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": 36,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 43,
"top_contributor_share": 0.647
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 65% of commits",
"points": 7.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 65
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "43 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 43
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "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": 66,
"inputs": {
"followers": 311,
"owner_type": "User",
"is_verified": null,
"owner_login": "waywardmonkeys",
"public_repos": 510,
"account_age_days": 6043
},
"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": "311 followers of waywardmonkeys",
"points": 17.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 311,
"login": "waywardmonkeys"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "510 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 510
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 18,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"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": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "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 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 12
},
"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.77,
"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": "77 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 77,
"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": 98,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 88400,
"source_files_sampled": 28,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/28 source files over 60KB",
"points": 53,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 28,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"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:47:24.959749Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/waywardmonkeys/bytes.svg",
"full_name": "waywardmonkeys/bytes",
"license_state": "standard",
"license_spdx": "MIT"
}