Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 578,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 23284
},
"pushed_at": "2019-06-04T13:16:26Z",
"created_at": "2015-08-07T20:42:44Z",
"owner_type": "Organization",
"updated_at": "2026-03-16T01:31:54Z",
"description": "In support of measuring heap allocations in Rust programs.",
"is_archived": true,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://servo.org",
"name": "Servo",
"type": "Organization",
"login": "servo",
"company": null,
"location": null,
"followers": 1249,
"avatar_url": "https://avatars.githubusercontent.com/u/2566135?v=4",
"created_at": "2012-10-15T17:38:39Z",
"is_verified": null,
"public_repos": 193,
"account_age_days": 5028
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2018-01-28T15:53:20Z"
},
{
"tag": "v0.3.8",
"kind": "patch",
"published_at": "2017-01-05T22:05:09Z"
},
{
"tag": "v0.3.7",
"kind": "patch",
"published_at": "2016-09-27T12:56:49Z"
},
{
"tag": "v0.3.6",
"kind": "patch",
"published_at": "2016-06-06T20:47:48Z"
},
{
"tag": "v0.3.5",
"kind": "patch",
"published_at": "2016-03-19T18:43:08Z"
},
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2016-03-17T16:14:27Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2016-02-22T15:20:58Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2016-02-17T05:47:12Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2016-02-08T21:12:21Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2016-02-04T10:31:11Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2016-02-03T16:17:28Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2016-02-01T12:48:27Z"
}
],
"recent_commits": [
{
"oid": "f565dda63cc12c2a088bc9974a1b584cddec4382",
"body": "clarify maintenance status",
"is_bot": false,
"headline": "Merge pull request #105 from matklad/m",
"author_name": "Josh Matthews",
"author_login": "jdm",
"committed_at": "2019-06-04T13:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e23bd76d7515f218ea9254ff04a2edcbc87df54",
"body": null,
"is_bot": false,
"headline": "clarify maintenance status",
"author_name": "Aleksey Kladov",
"author_login": "matklad",
"committed_at": "2019-06-04T07:42:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32615cb931b4871b24f72114cca9faa8bca48399",
"body": "Update winapi to 0.3.4\n\nreopened #91\n\n<!-- Reviewable:start -->\n---\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/93)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #93 - debris:update_winapi_x, r=jdm",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2018-01-28T15:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c26461b4e363929461af54d6a8fb029c721ebf1",
"body": null,
"is_bot": false,
"headline": "Update winapi to 0.3.4",
"author_name": "debris",
"author_login": "debris",
"committed_at": "2018-01-25T10:47:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aac20b246093b51850009bde679ab6b78f42ff47",
"body": "Update API docs link.\n\nFixes #92.\n\n<!-- Reviewable:start -->\n---\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/94)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #94 - servo:jdm-patch-2, r=SimonSapin",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2018-01-25T04:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1c0b68acaaac6544758c8aeb54c9377a304c9e3",
"body": "Bump rust version used by travis to 1.11\n\nIf there is no reason to keep backwards compatibility with `rust 1.8.0`, let's bump *.travis.yml* to `rust 1.9.0`.\n\nHopefully it will help with travis build issue described in https://github.com/travis-ci/travis-ci/issues/9128\n\n<!-- Reviewable:start -->\n---\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/95)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #95 - debris:bump_rust_travis_version, r=jdm",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2018-01-24T23:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5357f5d4765445ebfb4a291f3ea0194a62f59bf2",
"body": null,
"is_bot": false,
"headline": "Bump rust version used by travis to 1.11.0",
"author_name": "debris",
"author_login": "debris",
"committed_at": "2018-01-24T17:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78bd57b33f1cbb8ef9539d09ac75c14b84a469d4",
"body": null,
"is_bot": false,
"headline": "Update API docs link.",
"author_name": "Josh Matthews",
"author_login": "jdm",
"committed_at": "2018-01-22T14:36:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "442120a050de7ef69faf5f173260b30b7648d4fa",
"body": "Support Range<T>, RangeFrom<T>, RangeTo<T> and RangeFull\n\n<!-- Reviewable:start -->\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/89)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #89 - servo:ranges, r=emilio",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2017-10-15T11:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff5d692593e01448ff3b2f8c03fc1b449b678823",
"body": "Upgrade to rustc 1.22.0-nightly (7778906be 2017-10-14)\n\n<!-- Reviewable:start -->\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/90)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #90 - servo:rustup, r=nox",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2017-10-15T10:54:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06d67873ec1bec1252e387c91dfd811061406cc0",
"body": null,
"is_bot": false,
"headline": "Upgrade to rustc 1.22.0-nightly (7778906be 2017-10-14)",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2017-10-15T10:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a57bda1688235e01013b56fd50c6034e755b2dd8",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.2",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2017-10-15T10:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24481cfdc3906fe68805e34ea34a63bfc12a49e0",
"body": null,
"is_bot": false,
"headline": "Support Range<T>, RangeFrom<T>, RangeTo<T> and RangeFull",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2017-10-15T09:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcaefa04eec8dbc5988d01bfc0cd718023a618c8",
"body": "Add iOS support",
"is_bot": false,
"headline": "Merge pull request #88 from NatalyaKovalova/ios-support",
"author_name": "Josh Matthews",
"author_login": "jdm",
"committed_at": "2017-09-30T20:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e251e76ad021866ea8f89ef8825fff303b38cf0c",
"body": null,
"is_bot": false,
"headline": "Add iOS support",
"author_name": "NatalyaKovalova",
"author_login": "NatalyaKovalova",
"committed_at": "2017-09-26T14:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "630c712b27800e67a55e7f4569de1ee0af39c48a",
"body": "Bump version to 0.4.1 to reflect re-licensing.",
"is_bot": false,
"headline": "Merge pull request #85 from theduke/version-41-relicense",
"author_name": "Josh Matthews",
"author_login": "jdm",
"committed_at": "2017-07-15T14:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "605d8f913ac123617f67f0d6315c4e6820bcaad6",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.1 to reflect re-licensing.",
"author_name": "theduke",
"author_login": "theduke",
"committed_at": "2017-07-10T05:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebf51e6c399e6057c934f954b2600920ccc1488f",
"body": "Relicense to MIT/Apache2\n\nRead https://github.com/servo/heapsize/issues/31 for the comprehensive sign-off from all contributors.\n\nCloses #31\n\n<!-- Reviewable:start -->\n---\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/83)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #83 - notriddle:apache-mit, r=Manishearth",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2017-06-15T22:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8d7eef9912954749b1f39cfa346ca566589833e",
"body": null,
"is_bot": false,
"headline": "Add license files",
"author_name": "Michael Howell",
"author_login": "notriddle",
"committed_at": "2017-06-13T19:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ddcd58e61aa8d54d727778d82d99ecd94387820",
"body": "Read https://github.com/servo/heapsize/issues/31 for the comprehensive\nsign-off from all contributors.\n\nCloses #31",
"is_bot": false,
"headline": "Relicense to MIT/Apache2",
"author_name": "Michael Howell",
"author_login": "notriddle",
"committed_at": "2017-06-13T00:13:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cbc81c0970bccef8aede661502e08005e33bdcc",
"body": "Accommodate change of empty vector representation in nightly libstd.\n\n<!-- Reviewable:start -->\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/81)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #81 - servo:emptyvec, r=nox",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2017-05-18T13:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd5f46e9996eee71a4e66102768d65c82a700f72",
"body": "The empty sentinel value used to be 0x1; now it is the minimum\nalignment of the contained type. To support both nightly and\nstable versions of rustc, we check for any pointer that is equal\nor less than the minimum alignment of the type that heap_size_of\nreceives. If the given pointer is larger, we pass it on to\nthe jemalloc heap-measuring API.",
"is_bot": false,
"headline": "Accommodate change of empty vector representation in nightly libstd.",
"author_name": "Josh Matthews",
"author_login": "jdm",
"committed_at": "2017-05-17T19:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f2f5b7ea9470fcc4ef82cb97edd9aab1ad0ffa7",
"body": "Add opt in for weaker tests, for non-jemalloc allocators.\n\nFix #74\n\nDistributions packages can use `cargo test --features flexible-tests`\n\n<!-- Reviewable:start -->\n---\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/79)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #79 - servo:nonjemalloc, r=nox",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2017-03-30T13:24:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11dd485faf70605d5e8ad6a983138b5542701063",
"body": "Distributions packages can use `cargo test --features flexible-tests`\n\nFix https://github.com/servo/heapsize/issues/74",
"is_bot": false,
"headline": "Add opt in for weaker tests, for non-jemalloc allocators.",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2017-03-30T13:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c08792a08a30a5350ab10dfc9d59b761ed789b2",
"body": null,
"is_bot": false,
"headline": "into_boxed_str is stable",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2017-03-30T08:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a0e3a2fb82a2f624371c17b9043805df758795e",
"body": "Bump to 0.3.9\n\nr? @nox\n\ncc @sfackler\n\n<!-- Reviewable:start -->\n---\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/78)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #78 - servo:bump, r=jdm",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2017-03-24T19:17:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4d556c969fb886ea0ae0e1cbb3a2e3f7112fa32",
"body": null,
"is_bot": false,
"headline": "Bump to 0.3.9",
"author_name": "Manish Goregaokar",
"author_login": "Manishearth",
"committed_at": "2017-03-22T08:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2f2a25f7c7b3a61cc6e1496a0a74723a1743460",
"body": "Implement HeapSizeOf for raw pointers\n\nThese return 0 since we don't know if the pointer is valid or not. This\nis a bit dubious, but is designed to support cases like LinkedHashMap\nwhere you have some data structure like a HashMap used with raw pointers\nin its type parameters. We want to be able to \n[…]\nrt -->\n---\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/77)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #77 - sfackler:master, r=Manishearth",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2017-03-22T08:11:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ac0ef13fe9d9120e602f96870072c9b01a1a5864",
"body": "These return 0 since we don't know if the pointer is valid or not. This\nis a bit dubious, but is designed to support cases like LinkedHashMap\nwhere you have some data structure like a HashMap used with raw pointers\nin its type parameters. We want to be able to rely on the standard\nHeapSizeOf implementation for HashMap, and then do the extra bookkeeping\nof managing the space consumed by the raw pointers ourselves.",
"is_bot": false,
"headline": "Implement HeapSizeOf for raw pointers",
"author_name": "Steven Fackler",
"author_login": "sfackler",
"committed_at": "2017-03-22T08:05:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28deaef11c9fd10888c697f57dff6f04c3bbfd92",
"body": "Make heap_size_of_impl consistently private\n\nI'm assuming this was accidentally public on Windows?\n\n<!-- Reviewable:start -->\n---\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/76)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #76 - sfackler:patch-1, r=Manishearth",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2017-03-21T17:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "303a65e5c23a634726e0e7489ef857a17aae5af3",
"body": "I'm assuming this was accidentally public on Windows?",
"is_bot": false,
"headline": "Make heap_size_of_impl consistently private",
"author_name": "Steven Fackler",
"author_login": "sfackler",
"committed_at": "2017-03-21T17:38:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "443f7825bac4608077402d78b0b50053bfaf93c0",
"body": "Update syn to 0.11",
"is_bot": false,
"headline": "Auto merge of #75 - nox:syn, r=SimonSapin",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2017-02-27T13:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cd38cf6f814aa156a000808588ca8e125f45e55",
"body": null,
"is_bot": false,
"headline": "Update syn to 0.11",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2017-02-27T13:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12f1ef4c16430c0b45f896f13d5e635539487f52",
"body": "Test the derive crate on beta.",
"is_bot": false,
"headline": "Auto merge of #73 - servo:travis-beta, r=nox",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2017-01-25T15:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be216d72fb890c539ad7a2ed9a8ef0ba6baa4561",
"body": null,
"is_bot": false,
"headline": "Test the derive crate on beta.",
"author_name": "Ms2ger",
"author_login": "Ms2ger",
"committed_at": "2017-01-25T15:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e771bf7b5c18f65beca837622b981bd54d52e175",
"body": "Make it compile with the current beta release branch\n\nRemoves the now unneccessary feature attributes to be able to compile the crate with the current beta release.",
"is_bot": false,
"headline": "Auto merge of #72 - JDemler:master, r=jdm",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2017-01-24T18:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c03d4d3ed5f0c70229d68eb3f48974f22798a814",
"body": null,
"is_bot": false,
"headline": "Make it compile with the current beta release branch",
"author_name": "Jakob Demler",
"author_login": "JDemler",
"committed_at": "2017-01-24T18:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c11aeec2bd4715c1d3011fdb49c92ffa1c97ea5d",
"body": "Make kernel32-sys a Windows-only dependency\n\nNone",
"is_bot": false,
"headline": "Auto merge of #71 - mbrubeck:deps, r=jdm",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2017-01-05T22:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e82af469c3238a8e509eba836c879fdca4a22265",
"body": null,
"is_bot": false,
"headline": "Make kernel32-sys a Windows-only dependency",
"author_name": "Matt Brubeck",
"author_login": "mbrubeck",
"committed_at": "2017-01-05T22:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44e86d6d48a09c9cbc30a122bc8725b188d017b2",
"body": "Fix impl for HashSet",
"is_bot": false,
"headline": "Merge pull request #69 from nox/fix-hashset",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-11-28T12:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f98a4720d6cf43a86df2da2c11a3f6929e1e02a4",
"body": null,
"is_bot": false,
"headline": "Fix impl for HashSet",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2016-11-28T10:54:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb8a75db47cffd19ed9382db8dc38e69a033f5f7",
"body": "Count the hash code in every bucket of Hash{Map,Table}.\n\nCurrently, in the heap size computation for HashMap, the bucket size is computed as the sum of the sizes of the key and the value. However, the buckets also contain a `usize` hash code:\n\nhttps://github.com/rust-lang/rust/blob/b33386061135c3916516942de2a8ee1783e9e33a/src/libstd/collections/hash/table.rs#L89\n\nIf I understand correctly, this should be added too to the bucket size?",
"is_bot": false,
"headline": "Auto merge of #68 - danieldk:bucket_hash, r=SimonSapin",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-11-28T10:41:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6993d10606c6666c9a1b75bed0ce1d3c39d5c7bf",
"body": null,
"is_bot": false,
"headline": "Count the hash code in every bucket of Hash{Map,Table}.",
"author_name": "Daniël de Kok",
"author_login": "danieldk",
"committed_at": "2016-11-24T15:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90dea25dfae5c0800895ca9a683a0030c86408c3",
"body": "Update to Rust 1.15.0-nightly (ac635aa95 2016-11-18)",
"is_bot": false,
"headline": "Auto merge of #67 - servo:rustup, r=nox",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-11-20T10:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "916d7dcd9e244b186f2486e33b99c536fa97271e",
"body": null,
"is_bot": false,
"headline": "Update to Rust 1.15.0-nightly (ac635aa95 2016-11-18)",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2016-11-20T01:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87250d1f8dfce478a3a2417e0551ec503f4b74cb",
"body": "Iterate array fields in derived impls. Remove old plugin.\n\nFixes #55.",
"is_bot": false,
"headline": "Auto merge of #66 - servo:array, r=Manishearth",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-11-04T17:34:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a034897742686e2f2205a7ca23e0d9b06b0d199e",
"body": null,
"is_bot": false,
"headline": "Remove plugin. It is replaced by derive.",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-11-04T17:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21427c6ca667e6eb90cbce9bd32c8d1fe765ad81",
"body": null,
"is_bot": false,
"headline": "derive: iterate array fields",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-11-04T17:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "119a0c9d93524433bdfb0ecfd97a3537b2b719cf",
"body": null,
"is_bot": false,
"headline": "derive: silence warning on generated impl for empty enums.",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-11-03T19:48:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c52834249a2732eaea241af4483b746365c4be49",
"body": "derive: removed ignore_heap_size_of attributes",
"is_bot": false,
"headline": "Merge pull request #65 from servo/attrs",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-11-02T21:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00edbdc5fdf245bd151a540db9fc719a8e7616ed",
"body": "Hopefully will fix some \"unused attributes\" warnings.",
"is_bot": false,
"headline": "derive: removed ignore_heap_size_of attributes",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-11-02T19:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6616044bc79ddef225fa46a85b03b715e059e66",
"body": "Add a heapsize_derive crate based on Macros 1.1\n\nr? @Manishearth",
"is_bot": false,
"headline": "Auto merge of #64 - servo:derive, r=Manishearth,nox",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-11-02T13:59:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8580f739e07cae1b8d3ab041c5ada450e97575e",
"body": null,
"is_bot": false,
"headline": "derive: use synstructure crate",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-10-31T23:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd29a49add45b59f14a9d08d0f33b444fcf57abc",
"body": null,
"is_bot": false,
"headline": "derive: support #[ignore_heap_size_of]",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-10-31T23:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "389d714a17310c010b20310b66eedbf163e60ad1",
"body": null,
"is_bot": false,
"headline": "derive: slightly shorter code",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-10-31T22:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a19553059d6f37115e9008940087c0305228518d",
"body": null,
"is_bot": false,
"headline": "Add a heapsize_derive test",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-10-31T15:18:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3c394feccce353095c237e7d8c3802e21a2ea5e",
"body": null,
"is_bot": false,
"headline": "heapsize_derive: require HeapSizeOf for type parameters",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-10-31T15:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb8444b632fe5c4114c1e7998ef9e9eb8be89874",
"body": null,
"is_bot": false,
"headline": "Add a heapsize_derive crate based on Macros 1.1",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-10-31T14:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62f27cb1a659ba64a27fa979faee9c3ef9cc391a",
"body": "Don't feature-gate BuildHasher",
"is_bot": false,
"headline": "Auto merge of #63 - nox:hashmap, r=SimonSapin",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-09-27T12:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74114daf7652241929ae272fa5b110d52a2ad9ac",
"body": null,
"is_bot": false,
"headline": "Don't feature-gate BuildHasher",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2016-09-27T12:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17b4ed59e76579736ba11375b072ce946adba1ad",
"body": "Update to Rust 1.13.0-nightly (91f057de3 2016-09-04)",
"is_bot": false,
"headline": "Auto merge of #61 - servo:rustup, r=SimonSapin",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-09-06T08:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daa621825c4f7fb4d11ee7a23089de5468858b82",
"body": null,
"is_bot": false,
"headline": "Update to Rust 1.13.0-nightly (91f057de3 2016-09-04)",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2016-09-06T08:25:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f1683eefa9b6c0717ba4f8bf20c4cb1da3bb865",
"body": "Types have known heap sizes, not idents",
"is_bot": false,
"headline": "Auto merge of #60 - aidanhs:aphs-known-heap-size-type, r=SimonSapin",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-08-03T14:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "338eb0558ea27af402ddf7d945a2b6d4a04487ce",
"body": null,
"is_bot": false,
"headline": "Types have known heap sizes, not idents",
"author_name": "Aidan Hobson Sayers",
"author_login": "aidanhs",
"committed_at": "2016-08-03T13:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2163ab990795b4b9ae150b0cbb2c57b088f530e1",
"body": "Bump version to 0.3.6",
"is_bot": false,
"headline": "Auto merge of #59 - servo:bump, r=asajeffrey",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-06-06T20:47:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a22ba04df81ab0c2706d51bf999425c0d00fa4f0",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.3.6",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2016-06-06T20:45:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "753cd88bae0d3a393ae83624ee7f990ec6044a09",
"body": "Added impl HeapSizeOf for tuples of length up to 5.\n\nAt the moment we implement `HeapSizeOf` for pairs, but not for any larger tuples. This PR implements `HeapSizeOf` for tuples up to length 5.",
"is_bot": false,
"headline": "Auto merge of #57 - asajeffrey:heapsize-of-tuples, r=Manishearth",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-06-06T16:27:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68ce8d8959836899d69c0272a46a198a3a0f245e",
"body": null,
"is_bot": false,
"headline": "Added impl HeapSizeOf for tuples of length up to 5.",
"author_name": "Alan Jeffrey",
"author_login": null,
"committed_at": "2016-06-06T16:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c93d7382ed7916e4566f40cbfb1f294a33b6cbd",
"body": "Update to Rust 1.10.0-nightly (cd6a40017 2016-05-16)",
"is_bot": false,
"headline": "Auto merge of #56 - servo:rustup, r=Ms2ger",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-05-17T12:45:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "153e699b0adaa73a7ba6fd2f917536b38f45f56f",
"body": null,
"is_bot": false,
"headline": "Update to Rust 1.10.0-nightly (cd6a40017 2016-05-16)",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2016-05-17T12:43:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98d4019e6a0b07b3ca8edcab8d58c78ddc7b767d",
"body": null,
"is_bot": false,
"headline": "v0.3.5",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-03-19T18:43:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "145c108e09f2ac80ec5e73253bad27bf9ed58269",
"body": "HeapSizeOf for HashSet\n\n<!-- Reviewable:start -->\n[<img src=\"https://reviewable.io/review_button.svg\" height=\"40\" alt=\"Review on Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/50)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #50 - arkpar:master, r=notriddle",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-03-19T05:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15dbda62eeaf3f63607ecbb626b5a741a9b026e6",
"body": "Add a basic README with link to API docs.\n\n<!-- Reviewable:start -->\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"35\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/53)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #53 - servo:readme, r=KiChjang",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-03-19T03:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5cc62602c4ea2b1b980812e63f42240335938db",
"body": null,
"is_bot": false,
"headline": "Add a basic README with link to API docs.",
"author_name": "Corey Farwell",
"author_login": "frewsxcv",
"committed_at": "2016-03-19T02:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "740908e1e7ad082871e46c1fdb25e72f90bcc6fe",
"body": "Republish with #49.",
"is_bot": false,
"headline": "v0.3.4",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-03-17T16:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bebaacabcbe18bf10de79daffbe5e5cba031cce",
"body": "Fix build script when the rustc commit date is unknown.\n\nHopefully fixes https://github.com/servo/heapsize/pull/44#issuecomment-187935883.\n\n<!-- Reviewable:start -->\n[<img src=\"https://reviewable.io/review_button.svg\" height=\"40\" alt=\"Review on Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/49)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #49 - servo:source-tarball-rust, r=larsbergstrom",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-03-17T15:54:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09e2d6dc21806596324eab18480c3c3047fbee3b",
"body": "Implement HeapSizeOf for boxed slices\n\n<!-- Reviewable:start -->\n[<img src=\"https://reviewable.io/review_button.svg\" height=\"40\" alt=\"Review on Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/52)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #52 - nox:boxed-slice, r=SimonSapin",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-03-06T20:15:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a64a77c762b97d67f65c552fab40ef2ed6100ee",
"body": null,
"is_bot": false,
"headline": "Implement HeapSizeOf for boxed slices",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2016-03-06T20:10:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1712c81174d7a8a61ebde1820cd7f083e9ef926",
"body": null,
"is_bot": false,
"headline": "HeapSizeOf for HashSet",
"author_name": "arkpar",
"author_login": "arkpar",
"committed_at": "2016-02-25T15:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b8141a312d9d7c30798db16a5e45a4d3c9b48a9",
"body": "Upgrade to rustc 1.8.0-nightly (0ef8d4260 2016-02-24)\n\n<!-- Reviewable:start -->\n[<img src=\"https://reviewable.io/review_button.svg\" height=\"40\" alt=\"Review on Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/51)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #51 - servo:rustup, r=jdm",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-02-25T14:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47d4aba54d64bdcecf628ff178030386e1d82bce",
"body": null,
"is_bot": false,
"headline": "Bump plugin version number.",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-02-25T08:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e18f51f05e2e560d06b3d543700a0632c4fad8c",
"body": null,
"is_bot": false,
"headline": "Upgrade to rustc 1.8.0-nightly (0ef8d4260 2016-02-24)",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-02-25T08:25:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64f9d7cab910671a4a2e67324afeb6518cdf6a98",
"body": null,
"is_bot": false,
"headline": "Fix build script when the rustc commit date is unknown.",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-02-25T00:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75be4e23c5cd7f3d3236301ec29338712e6645f3",
"body": "Bump to 0.3.3\n\n<!-- Reviewable:start -->\n[<img src=\"https://reviewable.io/review_button.svg\" height=\"40\" alt=\"Review on Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/48)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #48 - nox:bump, r=Wafflespeanut",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-02-22T15:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30d3472203437384cd80848b7e9909f53e0e81ac",
"body": null,
"is_bot": false,
"headline": "Bump to 0.3.3",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2016-02-22T15:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a54c92b24ff93d00b52a9adf8b2dfa07b21ca1b",
"body": "Test OS X on Travis\n\n<!-- Reviewable:start -->\n[<img src=\"https://reviewable.io/review_button.svg\" height=\"40\" alt=\"Review on Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/47)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #47 - nox:travis-osx, r=frewsxcv",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-02-22T15:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fffb966443e4ed1eea99ced3f01128072654c68",
"body": null,
"is_bot": false,
"headline": "Test OS X on Travis",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2016-02-22T14:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5f30260ef35dbadb5e33aa58e87b427102eef8d",
"body": "Use AppVeyor\n\n<!-- Reviewable:start -->\n[<img src=\"https://reviewable.io/review_button.svg\" height=\"40\" alt=\"Review on Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/45)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #45 - nox:appveyor, r=larsbergstrom",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-02-22T14:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eec2c5d0c80a736a2f2f9efd69dd10f73d563e38",
"body": null,
"is_bot": false,
"headline": "Use AppVeyor",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2016-02-22T14:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d0acacd7619fb308667bd10de68e9a4c45f59a9",
"body": "We use HeapSize with GetProcessHeap() and flags 0, like Rust itself.",
"is_bot": false,
"headline": "Properly support Windows",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2016-02-22T14:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5271fb4309b88dd998964478110521a317398753",
"body": "Fix linking on Rust versions that unprefix jemalloc\n\nFixes #43, fixes #44.\n\n<!-- Reviewable:start -->\n[<img src=\"https://reviewable.io/review_button.svg\" height=\"40\" alt=\"Review on Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/46)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #46 - servo:je2, r=SimonSapin",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-02-22T14:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81db71eeda5fbce1573c51a1a3f35a6cf82f194e",
"body": null,
"is_bot": false,
"headline": "Have Travis test on more Rust versions",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-02-22T14:42:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "879ae75bea80096e14fdc1a7658003df08c13c38",
"body": null,
"is_bot": false,
"headline": "Simplify rustc version parsing",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-02-22T14:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7f697d8283700f5dc6cf0afe8a6bfc18f89deb",
"body": null,
"is_bot": false,
"headline": "parse rustc version",
"author_name": "quininer kel",
"author_login": "quininer",
"committed_at": "2016-02-22T14:12:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13617ed3787eadae52239f4d698481c09639238b",
"body": null,
"is_bot": false,
"headline": "remove je_",
"author_name": "Nikolay Volf",
"author_login": "NikVolf",
"committed_at": "2016-02-22T14:12:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7913872a4f928a49659df52e48dea69d8a2376bf",
"body": "impl HeapSizeOf for VeqDeque\n\n<!-- Reviewable:start -->\n[<img src=\"https://reviewable.io/review_button.svg\" height=\"40\" alt=\"Review on Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/42)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #42 - servo:vecdeque, r=glennw",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-02-17T07:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "602ca8620b4474b8412567e3c5d1f09d53c4428d",
"body": null,
"is_bot": false,
"headline": "impl HeapSizeOf for VeqDeque",
"author_name": "Simon Sapin",
"author_login": "SimonSapin",
"committed_at": "2016-02-17T05:47:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5b2b9d80d5952eb0df0f74dfaf6d6e6cf8aacb8",
"body": "Windows support\n\nThese fixes are in support of servo/servo#9593\n\n<!-- Reviewable:start -->\n[<img src=\"https://reviewable.io/review_button.svg\" height=\"40\" alt=\"Review on Reviewable\"/>](https://reviewable.io/reviews/servo/heapsize/40)\n<!-- Reviewable:end -->",
"is_bot": false,
"headline": "Auto merge of #40 - larsbergstrom:windows_support, r=jdm",
"author_name": "bors-servo",
"author_login": null,
"committed_at": "2016-02-15T21:35:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb35acb4b08fd931b0e87302029fa0bc2a2c5902",
"body": null,
"is_bot": false,
"headline": "Bump version for update",
"author_name": "Lars Bergstrom",
"author_login": "larsbergstrom",
"committed_at": "2016-02-15T21:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69749f6f6b2a394201a31a43e6b26cf5ee2ed7cf",
"body": null,
"is_bot": false,
"headline": "jemalloc is not available on windows",
"author_name": "Lars Bergstrom",
"author_login": "larsbergstrom",
"committed_at": "2016-02-15T21:21:27Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 0,
"latest_release_at": "2018-01-28T15:53:20Z",
"latest_release_tag": "v0.4.2",
"releases_from_tags": true,
"days_since_last_push": 2606,
"active_weeks_last_year": 0,
"days_since_latest_release": 3097,
"mean_days_between_releases": 80.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "heapsize",
"exists": true,
"license": "MIT/Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/heapsize",
"is_deprecated": false,
"latest_version": "0.4.2",
"repository_url": "https://github.com/servo/heapsize",
"versions_count": 21,
"total_downloads": 2422509,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 71317,
"first_published_at": "2015-08-09T08:47:50.992087Z",
"latest_published_at": "2018-01-28T21:45:41.291608Z",
"latest_version_yanked": false,
"days_since_latest_publish": 3097
},
{
"name": "heapsize_derive",
"exists": true,
"license": "MPL-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/heapsize_derive",
"is_deprecated": false,
"latest_version": "0.1.4",
"repository_url": "https://github.com/servo/heapsize",
"versions_count": 5,
"total_downloads": 51834,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1135,
"first_published_at": "2016-11-02T14:04:37.037953Z",
"latest_published_at": "2017-02-27T13:31:07.870153Z",
"latest_version_yanked": false,
"days_since_latest_publish": 3433
}
]
},
"popularity": {
"forks": 34,
"stars": 103,
"watchers": 11,
"fork_history": {
"days": [
{
"date": "2015-08-07",
"count": 2
},
{
"date": "2015-09-11",
"count": 1
},
{
"date": "2015-12-22",
"count": 1
},
{
"date": "2016-02-15",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-02-24",
"count": 1
},
{
"date": "2016-03-19",
"count": 1
},
{
"date": "2016-06-06",
"count": 1
},
{
"date": "2016-07-02",
"count": 1
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2017-01-05",
"count": 1
},
{
"date": "2017-01-24",
"count": 1
},
{
"date": "2017-03-19",
"count": 1
},
{
"date": "2017-03-21",
"count": 1
},
{
"date": "2017-04-02",
"count": 1
},
{
"date": "2017-07-10",
"count": 1
},
{
"date": "2018-01-20",
"count": 1
},
{
"date": "2018-04-23",
"count": 1
},
{
"date": "2018-08-19",
"count": 1
},
{
"date": "2018-10-27",
"count": 1
},
{
"date": "2018-10-30",
"count": 1
},
{
"date": "2018-11-12",
"count": 1
},
{
"date": "2018-11-25",
"count": 1
},
{
"date": "2018-12-16",
"count": 1
},
{
"date": "2019-01-01",
"count": 1
},
{
"date": "2019-03-27",
"count": 1
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-07-17",
"count": 1
},
{
"date": "2020-09-22",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-08-22",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
}
],
"complete": true,
"collected": 33,
"total_forks": 34
},
"star_history": null,
"open_issues_and_prs": 12
},
"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",
"derive/Cargo.toml"
],
"largest_source_bytes": 11680,
"source_files_sampled": 5,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"derive/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 3,
"malicious_count": 0,
"assessed_package": "crates:heapsize@0.4.2",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "syn",
"manifest": "derive/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11"
},
{
"name": "quote",
"manifest": "derive/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "synstructure",
"manifest": "derive/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "quote",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "syn",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "synstructure",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "winapi",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 3,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 69,
"open_issues": 8,
"closed_ratio": 0.68,
"closed_issues": 17,
"closed_unmerged_prs": 7
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "SimonSapin",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/291359?v=4"
},
{
"type": "User",
"login": "nox",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/123095?v=4"
},
{
"type": "User",
"login": "notriddle",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/1593513?v=4"
},
{
"type": "User",
"login": "jdm",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/27658?v=4"
},
{
"type": "User",
"login": "Manishearth",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1617736?v=4"
},
{
"type": "User",
"login": "Ms2ger",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/111161?v=4"
},
{
"type": "User",
"login": "sfackler",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1455697?v=4"
},
{
"type": "User",
"login": "debris",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2613714?v=4"
},
{
"type": "User",
"login": "pyfisch",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2781017?v=4"
},
{
"type": "User",
"login": "larsbergstrom",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/475847?v=4"
}
],
"contributors_sampled": 23,
"top_contributor_share": 0.324
},
"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": 0,
"reason": "0 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 13/24 approved changesets -- score normalized to 5",
"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": "project is archived",
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "f565dda63cc12c2a088bc9974a1b584cddec4382",
"ran_at": "2026-07-23T14:05:06Z",
"aggregate_score": 3.4,
"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": [
{
"number": 87,
"created_at": "2017-07-17T14:09:03Z",
"last_comment_at": "2017-07-19T11:53:27Z",
"last_comment_author": "SimonSapin"
},
{
"number": 96,
"created_at": "2018-04-23T18:38:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 100,
"created_at": "2018-09-07T16:46:19Z",
"last_comment_at": "2018-09-09T11:31:17Z",
"last_comment_author": "Michael-F-Bryan"
},
{
"number": 101,
"created_at": "2018-10-27T10:35:16Z",
"last_comment_at": "2018-11-10T08:49:42Z",
"last_comment_author": "bors-servo"
}
],
"last_merged_pr_at": "2019-06-04T13:16:26Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 37,
"created_at": "2016-02-10T18:57:27Z",
"last_comment_at": "2017-10-06T01:00:38Z",
"last_comment_author": "nnethercote"
},
{
"number": 58,
"created_at": "2016-06-06T16:43:10Z",
"last_comment_at": "2016-06-06T16:45:47Z",
"last_comment_author": "SimonSapin"
},
{
"number": 62,
"created_at": "2016-09-06T14:08:29Z",
"last_comment_at": "2016-09-06T14:14:45Z",
"last_comment_author": "jdm"
},
{
"number": 70,
"created_at": "2016-11-28T15:28:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 98,
"created_at": "2018-07-28T18:43:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 99,
"created_at": "2018-08-19T07:58:49Z",
"last_comment_at": "2019-02-06T16:45:40Z",
"last_comment_author": "Mark-Simulacrum"
},
{
"number": 103,
"created_at": "2018-12-21T18:05:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 104,
"created_at": "2019-05-12T18:40:02Z",
"last_comment_at": "2019-10-07T08:27:00Z",
"last_comment_author": "kentfredric"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/servo/heapsize",
"host": "github.com",
"name": "heapsize",
"owner": "servo"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 40% multiplier to weighted overall health and gives it a ceiling of 29.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 29,
"pct": 40
}
}
],
"value": 18,
"inputs": {
"security": 47,
"vitality": 17,
"community": 58,
"governance": 71,
"engineering": 34,
"abandonment_cap": 29,
"abandonment_state": "declared",
"abandonment_multiplier": 40,
"weighted_overall_before_abandonment": 46,
"overall_after_abandonment_multiplier": 18
},
"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": 2606,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2606 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 2606
}
}
],
"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": "project is archived",
"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": 12,
"latest_release_tag": "v0.4.2",
"releases_from_tags": true,
"days_since_latest_release": 3097,
"mean_days_between_releases": 80.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3097 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3097
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~80.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 80.5
}
}
],
"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": "at_risk",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"cap": 29,
"state": "declared",
"guards": [],
"signals": [],
"red_flag": true,
"multiplier_pct": 40,
"declared_reason": "archived",
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "the repository is archived on GitHub",
"points": 40,
"status": "partial",
"details": [
{
"code": "abandonment_archived",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 58,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"forks": 34,
"stars": 103,
"watchers": 11,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "103 stars",
"points": 32.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 103
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "34 forks",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 34
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "11 watchers",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 11
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"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": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 81,
"inputs": {
"packages": [
"heapsize",
"heapsize_derive"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 2474343,
"monthly_downloads": 72452
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "72,452 downloads/month across crates",
"points": 64.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 72452,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 23,
"top_contributor_share": 0.324
},
"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 32% of commits",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 32
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "23 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 23
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"merged_prs": 69,
"open_issues": 8,
"closed_issues": 17,
"issue_closed_ratio": 0.68,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "68% of issues closed",
"points": 31.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 68
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "69/76 decided PRs merged",
"points": 34.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 69,
"decided": 76
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 13/24 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"followers": 1249,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "servo",
"public_repos": 193,
"account_age_days": 5028
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1,249 followers of servo",
"points": 22.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1249,
"login": "servo"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "193 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 193
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"heapsize",
"heapsize_derive"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 3097
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 3097 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 3097
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"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": "0 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.4
},
"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": "0 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 13/24 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"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": "project is archived",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "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": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:heapsize@0.4.2 runtime dependency closure — what installing the published package pulls in — 3 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "crates:heapsize@0.4.2",
"assessed": 3
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 3,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "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": 3,
"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": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 51,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.51,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "51 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 27.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 51,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"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",
"derive/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, derive/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, derive/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 11680,
"source_files_sampled": 5,
"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/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-23T14:05:27.877404Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/servo/heapsize.svg",
"full_name": "servo/heapsize",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}