Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 835,
"has_wiki": false,
"homepage": "https://docs.rs/mime",
"languages": {
"Rust": 98631
},
"pushed_at": "2024-10-31T10:17:05Z",
"created_at": "2014-08-27T17:29:55Z",
"owner_type": "Organization",
"updated_at": "2026-07-16T21:44:06Z",
"description": "MIMEs in Rust",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://hyper.rs",
"name": null,
"type": "Organization",
"login": "hyperium",
"company": null,
"location": null,
"followers": 604,
"avatar_url": "https://avatars.githubusercontent.com/u/8730506?v=4",
"created_at": "2014-09-11T01:20:11Z",
"is_verified": null,
"public_repos": 14,
"account_age_days": 4344
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2018-12-28T21:49:00Z"
}
],
"recent_commits": [
{
"oid": "1ef137c7358fc64e07c8a640e4e9ba2a784b7f7d",
"body": null,
"is_bot": false,
"headline": "docs: Fix docs failing to compile (#162)",
"author_name": "Phoenix Kahlo",
"author_login": "gretchenfrage",
"committed_at": "2024-10-31T10:17:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "938484de95445a2af931515d2b7252612c575da7",
"body": null,
"is_bot": false,
"headline": "Change deprecated range syntax",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2019-12-16T18:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5c0360994f2e975ab2c5790d90749ec87488643",
"body": null,
"is_bot": false,
"headline": "Remove deprecated description",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2019-12-16T18:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ea9c3d0cad4cb548b41124050c545120134035",
"body": null,
"is_bot": false,
"headline": "remove serde-test dev dependency",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-17T20:41:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bba696c3795daaef945b821558cb2898a214ef1",
"body": null,
"is_bot": false,
"headline": "fix comparison of quoted parameters",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-17T20:39:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e0987e914fcbef58bdfd3a57c5793f87d6d186",
"body": null,
"is_bot": false,
"headline": "optimize cmp of multiple parameters",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-17T17:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e0268e6dc2933db308e452787c4ca85bc63bd6e",
"body": null,
"is_bot": false,
"headline": "fix parsing OWS around parameters",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-16T21:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eae72d9ecc2e9753282cb1c606fc55ead2733a4",
"body": null,
"is_bot": false,
"headline": "add optional serde support",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-16T20:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd6600038b94e4d69241cf637b49d7f5cd9ab935",
"body": null,
"is_bot": false,
"headline": "clarify that the main context is HTTP MIME types",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-15T21:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae9fa8ccc82e34a0aeced968b32d6d5d436143c4",
"body": null,
"is_bot": false,
"headline": "move specific parsing logic to rfc7231 module",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-15T20:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fedbca7cc31de1edc94540d317c72d1a9f014d0e",
"body": null,
"is_bot": false,
"headline": "make more things in mime-parse private",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-15T19:48:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "817c7ad4277169356631891a70f79cfd1051cb97",
"body": null,
"is_bot": false,
"headline": "replace a slice range with the range() function",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-14T23:36:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f011213e2ba6971ca274628cd997931ec68a249",
"body": "This adds `Mime` and `MediaType` helpers to consume an existing media\r\ntype into its non-parametrized form.",
"is_bot": false,
"headline": "mediatype: add helper for stripping parameters (#105)",
"author_name": "Luca Bruno",
"author_login": null,
"committed_at": "2019-01-14T22:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "731aff81af593b446458ca3b7f108b449580b613",
"body": "This adds a test assertion to make sure that a non-parametrized\r\nmedia type can be used to match over any of its parametrized forms.",
"is_bot": false,
"headline": "range: ensure plain media matches with parametrized form (#104)",
"author_name": "Luca Bruno",
"author_login": null,
"committed_at": "2019-01-14T16:43:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8677493fa05c50113820635a1d5913c0e30ffa1d",
"body": null,
"is_bot": false,
"headline": "fix mime_parse tests, run test --all in CI",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-12T00:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a39824f8eb816496895593ccda418c177ef5756",
"body": null,
"is_bot": false,
"headline": "Strip empty parameter lists when parsing",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-11T20:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4d6f183413d4328178aa5e96ee632b84ac48a7b",
"body": "…rings",
"is_bot": false,
"headline": "seal argument for MediaType::parse, to prepare for a parsing owned st…",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-09T23:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47902a33240875f484583893f495b89abcd1b45f",
"body": null,
"is_bot": false,
"headline": "fix name constants docs",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-09T21:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "debd97df7af0352f7e158d774bcac972ed88dc6a",
"body": null,
"is_bot": false,
"headline": "fix constants doc typos",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-09T21:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee27017570820391ae55f54a753b1025e5605303",
"body": null,
"is_bot": false,
"headline": "remove Eq, Ord, and Hash from Value",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-09T21:33:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9edf5884ddc14dbe54c958db35aeb8b3a9e9bcb7",
"body": null,
"is_bot": false,
"headline": "enhance main docs",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-09T21:27:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34ab29450a6276edb3733e2c2f6f2a44a6b3e90b",
"body": null,
"is_bot": false,
"headline": "touch up constants documentation",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-09T20:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e33cdb50fa08fc3267efedd3ab25ea6bf6403ff0",
"body": null,
"is_bot": false,
"headline": "move macro support code to separate module",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-09T20:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c60891002d03e37f577c50ba5e3eef0cbe88cc88",
"body": null,
"is_bot": false,
"headline": "switch indices to u16 for decent performance increase",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-09T20:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c7da824de18f7bbd366f7e3789f05a64fe5ea87",
"body": null,
"is_bot": false,
"headline": "limit parse length to u16::MAX",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-09T18:15:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a07bdd42e12b552ecceff0628632fd7a6adde01e",
"body": null,
"is_bot": false,
"headline": "more lib docs",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-09T00:28:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84915a5dd50c0c1ccf3a124b65b63289a8e901e6",
"body": null,
"is_bot": false,
"headline": "touch up constants docs",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-08T23:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5108de427737af096b82014b0750caa7ade8d3f2",
"body": null,
"is_bot": false,
"headline": "slightly optimize dynamic mime Eq",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-08T23:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f6fd794bc0b5107f4bea733670b908beb2cb0d0",
"body": null,
"is_bot": false,
"headline": "fix dynamic atoms produced by macro",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-08T22:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "308a3df5faef032ef697e2319044823afff78a2a",
"body": null,
"is_bot": false,
"headline": "use an Atom enum instead of comparing static strings",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-08T22:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa7821a7765312401af8dd3f7e57e4d39b91c06e",
"body": "It's less likely to have 3 parameters, and the additional size of the\nenum is noticeable in benchmarks.",
"is_bot": false,
"headline": "remove Params::Three",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-03T00:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2548c9bf3d2b5cf3ff5db8dfaf5db9595b39b8be",
"body": null,
"is_bot": false,
"headline": "fix inference error in cmp benchmarks",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-03T00:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81fd6e0945f56e0cf05c5bfec7f56ab7b4da0418",
"body": null,
"is_bot": false,
"headline": "add test for parsing with empty quoted string value",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2019-01-02T21:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f61ea8a4dab0721e121b98a6380044110b3d81dc",
"body": "With `Value` handling the possibly-case-insensitive and unquoting mess\nof parameter values, there is no longer any need for the `Name` type.\nJust use a `&str`. The constants will stick around, since they can\nprevent typos.\n\nCloses #77",
"is_bot": false,
"headline": "replace `Name` type with `&str`",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-29T02:55:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb883ee1ab06b0a27eb45d6c476180aba3206ecf",
"body": null,
"is_bot": false,
"headline": "fix macro test for subtype change",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-29T01:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ebf32ed61c2642a295535e0d64c2f2c2ad1d1d2",
"body": null,
"is_bot": false,
"headline": "Fix subtype() to include the +suffix",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-29T01:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83cb70d4ea45b584af7aaa0c5647d0a50ac24a1d",
"body": "For reasoning, see https://github.com/hyperium/mime/issues/73#issuecomment-355958326",
"is_bot": false,
"headline": "remove Eq, Hash, and Ord from MediaType/MediaRange",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-29T01:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c524335531ea9a19a70c22fe6b0caca0c77ba7a",
"body": null,
"is_bot": false,
"headline": "properly seal NameEq trait",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-29T00:40:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e759c5f11f906501fd0180eda2820e432ad1526",
"body": null,
"is_bot": false,
"headline": "allow single parameters in macro",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-29T00:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c422506f161fee838b9a0b874b4152d24becd658",
"body": null,
"is_bot": false,
"headline": "rename get_param() to param()",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-28T22:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88c15308fe9d5250dde4078907a0dad79bc119bc",
"body": null,
"is_bot": false,
"headline": "fix macro for interning utf8 params",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-28T21:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "233a8f4c8efb90e91257b3b7b1f4a822686d258d",
"body": null,
"is_bot": false,
"headline": "intern constants with charset=utf-8",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-28T21:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e77ac4fdfcd9dad0b7327c83f9aba0f90efa0ee0",
"body": null,
"is_bot": false,
"headline": "refactor MediaRange and MediaType into separate files",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-28T20:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce796f13cfbbcecd04b1d08fd05aa3b8d6e92462",
"body": null,
"is_bot": false,
"headline": "media_type procedural macro",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-28T18:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20444498f13563f9a047530e3a4facc7e7147476",
"body": null,
"is_bot": false,
"headline": "update to 2018 edition",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-28T18:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a35315de701d2594dbff455cf5a0686959165b3",
"body": null,
"is_bot": false,
"headline": "relicense as just MIT",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-28T18:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b04bcac22bb687b57704a7121b8c2765ed2dcaa",
"body": null,
"is_bot": false,
"headline": "intern constants when parsing",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-28T18:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d96afc9c92faa40aef2658556afd970b0b13bae7",
"body": null,
"is_bot": false,
"headline": "split into MediaType and MediaRange",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-12-28T18:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9d43b13c4a74b1168a268bd1e241d754992c15e",
"body": null,
"is_bot": false,
"headline": "Bump unicase to working version (#99)",
"author_name": "Kornel",
"author_login": "kornelski",
"committed_at": "2018-12-07T04:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc226b2e2fd1b134ec76788d54123cdbfa79d423",
"body": "This is for DNS-over-HTTPS content types",
"is_bot": false,
"headline": "Add application/dns-message mime type (#89)",
"author_name": "Benjamin Fry",
"author_login": "bluejekyll",
"committed_at": "2018-08-31T18:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "286193e72b11a91a55c1ebd0971f45f538b30292",
"body": "Also complete SVG addition.",
"is_bot": false,
"headline": "feat: add vCard, PDF and WOFF(2)",
"author_name": "Sander Maijers",
"author_login": null,
"committed_at": "2018-08-10T17:33:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fc8bc8217b4c14bbd26667be2bf40e2e8866ee4",
"body": null,
"is_bot": false,
"headline": "change version to 0.4 alpha",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-06-30T20:49:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e027bd50765d1033575228a9e525e43bd7b935f4",
"body": "Also, to be able to declare the plus position, change the type of\r\npieces in the mimes macro from `tt` to `expr`.",
"is_bot": false,
"headline": "Add an IMAGE_SVG constant (#86)",
"author_name": "Rasmus Kaj",
"author_login": "kaj",
"committed_at": "2018-06-30T20:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f0fb8ca64bc4a68f2e523ddf9bd93eb7dd1ec43",
"body": "Put the result in an underscore variable so the compiler doesn't\r\ncomplain that it is unused.",
"is_bot": false,
"headline": "Fix test_mimes_macro_consts. (#87)",
"author_name": "Rasmus Kaj",
"author_login": "kaj",
"committed_at": "2018-06-30T18:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9842def8f2c43fda07773043ae9f9dd66d63b32a",
"body": null,
"is_bot": false,
"headline": "prevent publishing master as 0.3.x",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-04-26T19:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3e7444ca607ff87cd1475455c26876b936af77a",
"body": null,
"is_bot": false,
"headline": "v0.3.6",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-04-26T19:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2cf5d5d062beaea2212121ec80971b766d55976",
"body": null,
"is_bot": false,
"headline": "allow deprecation warning for AsciiExt",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-04-26T19:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef3da9ec0af0c7f58666247163856e391e4653f8",
"body": "Add application/javascript mime constant",
"is_bot": false,
"headline": "Merge pull request #82 from Jim-Holmstroem/add_application_javascript",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2018-04-26T19:06:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11ac34c313895363cd00bf6837807ac800ec6d1a",
"body": null,
"is_bot": false,
"headline": "Add application/javascript mime constant",
"author_name": "Jim Holmstrom",
"author_login": "Jim-Holmstroem",
"committed_at": "2018-04-26T12:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4f10674f90802a03dc9c5c1fc4fd0f9ba580ca9",
"body": "Add test and examples for Mime",
"is_bot": false,
"headline": "Merge pull request #75 from MathiasLengler/mime_test_and_examples",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-12-07T23:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fdffa1de8ec864c937d6b15d03da8c65d157825",
"body": null,
"is_bot": false,
"headline": "fix unused import warning in documentation test of static value UTF_8",
"author_name": "Mathias Lengler",
"author_login": "MathiasLengler",
"committed_at": "2017-12-07T21:44:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1254ff0e6f624db95a51c65f777ab06d1d536626",
"body": null,
"is_bot": false,
"headline": "add example for Mime::params() based on example in RFC 5751 section 3.3",
"author_name": "Mathias Lengler",
"author_login": "MathiasLengler",
"committed_at": "2017-12-07T21:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df7c3966a256c90a16161fa3c28ed7996fef0bea",
"body": null,
"is_bot": false,
"headline": "add test and example for Mime::has_params()",
"author_name": "Mathias Lengler",
"author_login": "MathiasLengler",
"committed_at": "2017-12-07T20:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2790693bcd45816f730c5b078142d83a10db63c",
"body": "Code cleanup using clippy",
"is_bot": false,
"headline": "Merge pull request #74 from MathiasLengler/clippy_linting",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-12-06T22:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be5819c5dd882792a42a3a36963f113193aa0cfd",
"body": null,
"is_bot": false,
"headline": "clean up code based on clippy linting",
"author_name": "Mathias Lengler",
"author_login": "MathiasLengler",
"committed_at": "2017-12-06T05:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "843636ca3d1fc0411ec6581b1dc453cbeb3d6937",
"body": "Quoted pairs",
"is_bot": false,
"headline": "Merge pull request #68 from 1aim/quoted_pairs",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-12-01T04:11:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbf20d8aba68a0e699ea3571ab340ff3da80a358",
"body": null,
"is_bot": false,
"headline": "test: added (more correct) tests for case insensitive name comparisons",
"author_name": "Philipp Korber",
"author_login": "rustonaut",
"committed_at": "2017-11-17T19:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f9a7595a63b9d8458cb5302992d63ef6a9bda5",
"body": null,
"is_bot": false,
"headline": "test: added tests for the order independence of params",
"author_name": "Philipp Korber",
"author_login": "rustonaut",
"committed_at": "2017-11-17T18:32:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c081116d255a2b9bed3d332468d64eb84ed1d457",
"body": "Adds newlines to the end of file where nessesary and\nremoves all `eq_str` function moving their functionality\ninto a `PartialEq<str>` implementation",
"is_bot": false,
"headline": "refactor: slightly clean up the code",
"author_name": "Philipp Korber",
"author_login": "rustonaut",
"committed_at": "2017-11-17T18:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f8be5cf293f7831524b2a90cb439d5dbe8738cc",
"body": "…airs",
"is_bot": false,
"headline": "fix: PartialEq for Mime to Mime and Mime to str now respects quoted-p…",
"author_name": "Philipp Korber",
"author_login": "rustonaut",
"committed_at": "2017-11-17T18:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c75dd32f476b4a11cc93413b931f2926c4077c0d",
"body": "Before it had been at rust 1.15.0",
"is_bot": false,
"headline": "chore(travis): bumped test for minimum rust version to rust 1.18",
"author_name": "Philipp Korber",
"author_login": "rustonaut",
"committed_at": "2017-11-17T18:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c36c1aaf510474474885dbc1d3093347c697d82",
"body": null,
"is_bot": false,
"headline": "doc: minor change in (internal) documentation",
"author_name": "Philipp Korber",
"author_login": "rustonaut",
"committed_at": "2017-11-17T18:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced70c2ff0ea01e7e99ffcfb0431c1326e9b5cb2",
"body": "(rust stability gurantees do not apply to\n crates using deny(warnings) as introducing\n warnings is not seen as a braking change)",
"is_bot": false,
"headline": "fix: now can be used again on nightly",
"author_name": "Philipp Korber",
"author_login": "rustonaut",
"committed_at": "2017-11-17T18:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1b39fe8383f7805add1f80bb0c48fc5f09dfed8",
"body": null,
"is_bot": false,
"headline": "test: added tests for as_str_repr and to_content",
"author_name": "Philipp Korber",
"author_login": "rustonaut",
"committed_at": "2017-11-17T18:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "693ba2999202e979433bf1f67a55cb9b30fb5bb6",
"body": "So now quoted-pairs can be used for what they where meant to\nescape \".\n\nSome additional tests where added to make sure nothing breakes\nwith this change.",
"is_bot": false,
"headline": "chore: changed parser to accept \"\\\\\\\"\" and \"\\\\\\t\" and reject \"\\\\\"",
"author_name": "Philipp Korber",
"author_login": "rustonaut",
"committed_at": "2017-11-17T18:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "466ffd30310033ac26c6eb395beb6afaed785966",
"body": "This required to split Name into Name & Value, as Value\nneeds to custom implement PartialEq but Name needs to\nderive partial eq, as it should be usable with match\nstatements as pattern.",
"is_bot": false,
"headline": "chore: implemented support for quoted-pairs",
"author_name": "Philipp Korber",
"author_login": "rustonaut",
"committed_at": "2017-11-17T18:25:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57cdbb00446e3e8044708cf1caea9a293a78ff3d",
"body": "Add test for params method of Mime",
"is_bot": false,
"headline": "Merge pull request #72 from MathiasLengler/test_mime_params",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-11-15T20:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b5c5ace0cbedb42ff044280fa178e79af28391e",
"body": null,
"is_bot": false,
"headline": "add test for params method of Mime",
"author_name": "Mathias Lengler",
"author_login": "MathiasLengler",
"committed_at": "2017-11-13T02:47:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ac990c703ed9f971031035dc6083583cda895c7",
"body": null,
"is_bot": false,
"headline": "add main function in the example (#71)",
"author_name": "Fu",
"author_login": "FuGangqiang",
"committed_at": "2017-11-09T18:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae11cd5aca01f1974c7e4aa28fbe3d08ed6a4c2",
"body": "Improve and clean up code",
"is_bot": false,
"headline": "Merge pull request #66 from sanmai-NL/improve_code",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-10-24T20:19:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee9a125a320329a788349971d5bfbe3783581593",
"body": "Less repetition, overhead, noise.\n\nBased on Clippy linting.",
"is_bot": false,
"headline": "Improve and clean up code",
"author_name": "Sander Maijers",
"author_login": null,
"committed_at": "2017-10-24T16:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69478c0889c0d193533d3adfa681ea546c2aa008",
"body": null,
"is_bot": false,
"headline": "v0.3.5",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-10-11T20:15:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f25d630110608db53be1325caf2c8b40c7db026",
"body": "Closes #58",
"is_bot": false,
"headline": "fix docs for */*",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-10-11T20:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94cf6c19e4aa6a21ff1b53301579c939f7aafc38",
"body": "Closes #64",
"is_bot": false,
"headline": "fix parsing semi-colons after quoted text",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-10-11T19:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eea649b27e8c01cb29ebb60f689463908682e52",
"body": null,
"is_bot": false,
"headline": "Add TSV, CSV types",
"author_name": "Sander Maijers",
"author_login": null,
"committed_at": "2017-10-09T16:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8e7bd3d35db21cd8e16b40d2d5aafc43f840d89",
"body": null,
"is_bot": false,
"headline": "clean up between cargo build and cargo test in CI",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-09-19T19:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d7f019bcd9fd1cf68af2c9c2653c1a324519957",
"body": null,
"is_bot": false,
"headline": "add a usage example to README",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-09-19T18:58:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d4259a7bdd9897ec80de2f516d5f34f85ee40e",
"body": null,
"is_bot": false,
"headline": "update readme with badges, move contribution to separate file",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-09-19T18:50:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0530c2be902bd58f2ad2b2ccb8df8dae99728ac4",
"body": null,
"is_bot": false,
"headline": "v0.3.4",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-09-19T17:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c01e3961b5bc433fc1bdc3ab5e67584bd8155619",
"body": "* impl Into for Name\r\n\r\nThis should still be workable if/when the source is changed as per the `TODO`\r\n\r\n* Make `Name` API changes as discussed on PR\r\n\r\n* Fix compiler error",
"is_bot": false,
"headline": "impl Into<str> for Name (#60)",
"author_name": "Austin Bonander",
"author_login": "abonander",
"committed_at": "2017-09-17T06:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b850333ed5442c2a793586cb711782dd56279b5",
"body": "Add TEXT_HTML_UTF_8.",
"is_bot": false,
"headline": "Merge pull request #62 from pftbest/charset",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-09-17T01:47:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91f8d5f2f8bb1e45f2bce665b2c7b083c0ccc238",
"body": null,
"is_bot": false,
"headline": "Add TEXT_HTML_UTF_8.",
"author_name": "Vadzim Dambrouski",
"author_login": "pftbest",
"committed_at": "2017-09-17T01:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61fcf73fd68d14a20d8cb42c68cd1314e7ff7750",
"body": "Implement `Error` and `Display` for `FromStrError` and `parse::ParseError`",
"is_bot": false,
"headline": "Merge pull request #59 from abonander/master",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-08-23T18:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "103185420e238d3369dc8ff4355f0051c1e13ae5",
"body": "…rror`",
"is_bot": false,
"headline": "Implement `Error` and `Display` for `FromStrError` and `parse::ParseE…",
"author_name": "Austin Bonander",
"author_login": "abonander",
"committed_at": "2017-08-23T06:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b8b6c4fd9f932b51422e871f48839edd10d8c71",
"body": null,
"is_bot": false,
"headline": "v0.3.3",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-08-09T21:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb4771830dd281d7e91c317e1ee019d82b388857",
"body": null,
"is_bot": false,
"headline": "fix travis CI badge for name change",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-08-09T21:56:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e415670d62432baddce340d8b0b567285007e587",
"body": "Add an iterator over the parameters of a Mime",
"is_bot": false,
"headline": "Merge pull request #57 from sfackler/params-iter",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-08-09T17:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd825ca207c979cb1e72b7c3c4c3ba9c6afaae34",
"body": "Closes #56",
"is_bot": false,
"headline": "Add an iterator over the parameters of a Mime",
"author_name": "Steven Fackler",
"author_login": "sfackler",
"committed_at": "2017-08-07T19:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81c1d4b165286f7a30f5dc0321d21b161fbfd2c1",
"body": null,
"is_bot": false,
"headline": "Rename Params to ParamSource",
"author_name": "Steven Fackler",
"author_login": "sfackler",
"committed_at": "2017-08-07T19:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aab2d6708b7ab5c82e67df56386584c48a6eaad9",
"body": null,
"is_bot": false,
"headline": "v0.3.2",
"author_name": "Sean McArthur",
"author_login": "seanmonstar",
"committed_at": "2017-06-13T03:12:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 0,
"latest_release_at": "2018-12-28T21:49:00Z",
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_last_push": 640,
"active_weeks_last_year": 0,
"days_since_latest_release": 2774,
"mean_days_between_releases": null
},
"artifacts": {
"collected": true,
"structure": [
"tree.cargo_lib"
],
"declarations": [
{
"name": "mime",
"path": "Cargo.toml",
"tokens": [
"cargo.publish_false",
"cargo.workspace"
],
"ecosystem": "crates"
},
{
"name": "mime-macro",
"path": "mime-macro/Cargo.toml",
"tokens": [
"cargo.lib",
"cargo.proc_macro"
],
"ecosystem": "crates"
}
]
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"shields.io",
"travis-ci.org"
],
"total": 2,
"header": 2,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "mime",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"mime",
"media-extensions",
"media-types"
],
"ecosystem": "crates",
"categories": [],
"matches_repo": true,
"registry_url": "https://crates.io/crates/mime",
"declared_type": null,
"is_deprecated": false,
"latest_version": "0.3.17",
"repository_url": "https://github.com/hyperium/mime",
"versions_count": 41,
"total_downloads": 538506139,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 37484629,
"first_published_at": "2014-11-20T08:33:46.224820Z",
"latest_published_at": "2023-03-20T15:05:04.272177Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1231
}
]
},
"popularity": {
"forks": 84,
"stars": 219,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2014-10-09",
"count": 1
},
{
"date": "2014-11-17",
"count": 2
},
{
"date": "2014-12-24",
"count": 1
},
{
"date": "2015-01-06",
"count": 2
},
{
"date": "2015-01-07",
"count": 1
},
{
"date": "2015-02-12",
"count": 1
},
{
"date": "2015-08-02",
"count": 1
},
{
"date": "2015-09-14",
"count": 1
},
{
"date": "2015-10-25",
"count": 1
},
{
"date": "2016-01-15",
"count": 1
},
{
"date": "2016-01-30",
"count": 1
},
{
"date": "2016-02-10",
"count": 1
},
{
"date": "2016-02-24",
"count": 1
},
{
"date": "2016-06-12",
"count": 1
},
{
"date": "2016-09-21",
"count": 1
},
{
"date": "2017-01-06",
"count": 1
},
{
"date": "2017-03-01",
"count": 1
},
{
"date": "2017-04-19",
"count": 1
},
{
"date": "2017-05-05",
"count": 1
},
{
"date": "2017-06-09",
"count": 1
},
{
"date": "2017-06-19",
"count": 2
},
{
"date": "2017-10-11",
"count": 1
},
{
"date": "2017-11-01",
"count": 1
},
{
"date": "2017-11-07",
"count": 1
},
{
"date": "2017-11-25",
"count": 1
},
{
"date": "2018-01-21",
"count": 1
},
{
"date": "2018-02-11",
"count": 1
},
{
"date": "2018-03-23",
"count": 1
},
{
"date": "2018-04-26",
"count": 1
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-05-20",
"count": 1
},
{
"date": "2018-06-30",
"count": 1
},
{
"date": "2018-08-31",
"count": 1
},
{
"date": "2018-09-05",
"count": 1
},
{
"date": "2018-10-14",
"count": 1
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2019-01-14",
"count": 1
},
{
"date": "2019-01-19",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-07-20",
"count": 1
},
{
"date": "2019-10-25",
"count": 1
},
{
"date": "2019-12-01",
"count": 1
},
{
"date": "2019-12-18",
"count": 1
},
{
"date": "2020-01-14",
"count": 1
},
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2020-10-10",
"count": 1
},
{
"date": "2020-10-12",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2021-02-01",
"count": 1
},
{
"date": "2021-04-18",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-05-25",
"count": 1
},
{
"date": "2021-06-16",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-08-18",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2021-12-23",
"count": 1
},
{
"date": "2022-08-23",
"count": 1
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-06-11",
"count": 1
},
{
"date": "2023-06-18",
"count": 1
},
{
"date": "2023-08-28",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2024-01-10",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2024-10-31",
"count": 1
},
{
"date": "2024-11-12",
"count": 1
},
{
"date": "2024-12-14",
"count": 1
},
{
"date": "2025-05-25",
"count": 1
},
{
"date": "2025-09-11",
"count": 1
},
{
"date": "2025-10-19",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
}
],
"complete": true,
"collected": 81,
"total_forks": 84
},
"star_history": null,
"open_issues_and_prs": 51
},
"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",
"mime-macro/Cargo.toml",
"mime-parse/Cargo.toml"
],
"largest_source_bytes": 17361,
"source_files_sampled": 16,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"mime-macro/Cargo.toml",
"mime-parse/Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 6,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "mime-macro",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "mime-parse",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "proc-macro-hack",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "quoted-string",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.2"
},
{
"name": "serde1",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "mime-parse",
"manifest": "mime-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "proc-macro2",
"manifest": "mime-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "proc-macro-hack",
"manifest": "mime-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "quote",
"manifest": "mime-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "syn",
"manifest": "mime-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.15"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "proc-macro-hack",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "quote",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "quoted-string",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "syn",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 5,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 19,
"merged_prs": 56,
"open_issues": 32,
"closed_ratio": 0.573,
"closed_issues": 43,
"closed_unmerged_prs": 19
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "seanmonstar",
"commits": 155,
"avatar_url": "https://avatars.githubusercontent.com/u/51479?v=4"
},
{
"type": "User",
"login": "rustonaut",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/7632017?v=4"
},
{
"type": "User",
"login": "SimonSapin",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/291359?v=4"
},
{
"type": "User",
"login": "nox",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/123095?v=4"
},
{
"type": "User",
"login": "frewsxcv",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/416575?v=4"
},
{
"type": "User",
"login": "MathiasLengler",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/12301858?v=4"
},
{
"type": "User",
"login": "mikedilger",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1669069?v=4"
},
{
"type": "User",
"login": "abonander",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3198595?v=4"
},
{
"type": "User",
"login": "reem",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/4745181?v=4"
},
{
"type": "User",
"login": "kornelski",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/72159?v=4"
}
],
"contributors_sampled": 29,
"top_contributor_share": 0.695
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"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 4 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": 1,
"reason": "Found 4/29 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 19 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": 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": 9,
"reason": "security policy file 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": "1ef137c7358fc64e07c8a640e4e9ba2a784b7f7d",
"ran_at": "2026-08-03T04:02:11Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 60,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 45,
"created_at": "2017-01-06T16:18:45Z",
"last_comment_at": "2017-10-24T19:08:47Z",
"last_comment_author": "rustonaut"
},
{
"number": 83,
"created_at": "2018-05-16T21:50:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 92,
"created_at": "2018-10-14T13:11:15Z",
"last_comment_at": "2018-12-24T11:00:57Z",
"last_comment_author": "davidB"
},
{
"number": 114,
"created_at": "2019-06-03T12:36:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 119,
"created_at": "2019-12-18T00:09:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 122,
"created_at": "2020-01-14T09:20:15Z",
"last_comment_at": "2020-01-14T09:22:15Z",
"last_comment_author": "azul"
},
{
"number": 125,
"created_at": "2020-07-04T17:45:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 128,
"created_at": "2020-10-12T18:55:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 129,
"created_at": "2020-10-15T12:48:43Z",
"last_comment_at": "2021-02-25T22:50:52Z",
"last_comment_author": "est31"
},
{
"number": 136,
"created_at": "2021-04-18T05:35:29Z",
"last_comment_at": "2022-05-28T04:33:58Z",
"last_comment_author": "svenstaro"
},
{
"number": 137,
"created_at": "2021-05-25T09:02:54Z",
"last_comment_at": "2023-06-11T11:26:24Z",
"last_comment_author": "kailan"
},
{
"number": 138,
"created_at": "2021-06-16T19:32:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 139,
"created_at": "2021-06-29T19:32:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 148,
"created_at": "2023-03-22T20:58:49Z",
"last_comment_at": "2024-06-04T09:25:47Z",
"last_comment_author": "WhyNotHugo"
},
{
"number": 155,
"created_at": "2023-08-28T13:16:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 160,
"created_at": "2024-09-11T11:30:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 165,
"created_at": "2024-12-14T00:28:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 167,
"created_at": "2025-05-25T06:02:55Z",
"last_comment_at": "2025-10-07T10:55:01Z",
"last_comment_author": "mrhrzg"
},
{
"number": 170,
"created_at": "2026-05-01T18:22:35Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2024-10-31T10:17:05Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 52,
"created_at": "2017-06-10T01:48:44Z",
"last_comment_at": "2024-12-11T16:15:34Z",
"last_comment_author": "eboody"
},
{
"number": 78,
"created_at": "2018-02-01T18:06:08Z",
"last_comment_at": "2018-02-02T16:16:23Z",
"last_comment_author": "SimonSapin"
},
{
"number": 90,
"created_at": "2018-09-04T13:10:55Z",
"last_comment_at": "2020-07-15T14:35:54Z",
"last_comment_author": "Jekahome"
},
{
"number": 96,
"created_at": "2018-11-09T09:43:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 97,
"created_at": "2018-11-17T19:20:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 98,
"created_at": "2018-11-24T12:15:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 106,
"created_at": "2019-01-15T02:15:29Z",
"last_comment_at": "2020-10-28T07:32:53Z",
"last_comment_author": "ghostd"
},
{
"number": 107,
"created_at": "2019-01-20T09:48:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 109,
"created_at": "2019-01-27T08:55:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 111,
"created_at": "2019-02-08T11:54:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 112,
"created_at": "2019-05-28T04:33:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 113,
"created_at": "2019-06-03T12:34:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 116,
"created_at": "2019-11-26T17:15:29Z",
"last_comment_at": "2023-03-01T01:30:01Z",
"last_comment_author": "CYBAI"
},
{
"number": 123,
"created_at": "2020-04-14T15:26:35Z",
"last_comment_at": "2020-10-15T12:48:55Z",
"last_comment_author": "est31"
},
{
"number": 124,
"created_at": "2020-05-29T09:28:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 126,
"created_at": "2020-09-14T12:29:29Z",
"last_comment_at": "2020-09-14T12:42:45Z",
"last_comment_author": "inikulin"
},
{
"number": 130,
"created_at": "2020-11-05T19:09:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 131,
"created_at": "2021-01-05T12:46:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 132,
"created_at": "2021-02-17T06:33:15Z",
"last_comment_at": "2026-06-25T15:39:18Z",
"last_comment_author": "dzdidi"
},
{
"number": 133,
"created_at": "2021-02-17T07:03:06Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/hyperium/mime",
"host": "github.com",
"name": "mime",
"owner": "hyperium"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "The weighted overall 42 is calibrated to 38 on the published index scale (record calibration 2026-08-02). Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 34.",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 42,
"calibrated": 38,
"calibration": "2026-08-02"
}
},
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 34,
"pct": 60
}
}
],
"value": 23,
"inputs": {
"security": 36,
"vitality": 18,
"community": 78,
"governance": 57,
"calibration": "2026-08-02",
"engineering": 23,
"ai_readiness": 36,
"abandonment_cap": 34,
"abandonment_state": "likely_abandoned",
"weighted_overall_raw": 42,
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 38,
"overall_after_abandonment_multiplier": 23
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"weight": 0.21,
"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": 640,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 640 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 640
}
}
],
"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": "weak",
"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": 44,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_latest_release": 2774,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2774 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2774
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 34,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 18,
"unanswered_open_issues": 19,
"days_since_last_merged_pr": 640,
"days_since_last_human_commit": 640,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 640 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 640,
"count": 3,
"signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 78,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"forks": 84,
"stars": 219,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "219 stars",
"points": 37.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 219
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "84 forks",
"points": 16,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 84
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 2,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [
"shields.io",
"travis-ci.org"
],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "exceptional",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"mime"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 538506139,
"monthly_downloads": 37484629
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "37,484,629 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 37484629,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 57,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 29,
"top_contributor_share": 0.695
},
"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 70% of commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 70
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "29 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 29
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 19 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"merged_prs": 56,
"open_issues": 32,
"closed_issues": 43,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": 0.573,
"closed_unmerged_prs": 19,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "57% of issues closed",
"points": 24.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 57
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "56/75 decided PRs merged",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 56,
"decided": 75
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/29 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"followers": 604,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "hyperium",
"public_repos": 14,
"account_age_days": 4344
},
"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": "604 followers of hyperium",
"points": 20,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 604,
"login": "hyperium"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "14 public repos, account ~11 yr old",
"points": 20.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 14
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"mime"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1231
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1231 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1231
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "41 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 41
}
}
],
"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": 23,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 4 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": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://docs.rs/mime",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://docs.rs/mime",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 36,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"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": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.6
},
"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 4 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 4/29 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 19 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": "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 detected",
"points": 4.5,
"status": "partial",
"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": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "weak",
"name": "AI Readiness",
"value": 36,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.32,
"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": "32 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 32,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"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": 26,
"inputs": {
"has_nix": false,
"has_tests": false,
"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",
"mime-macro/Cargo.toml",
"mime-parse/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, mime-macro/Cargo.toml, mime-parse/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, mime-macro/Cargo.toml, mime-parse/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": 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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 17361,
"source_files_sampled": 16,
"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/16 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 16,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 15
},
"primary": "library",
"evidence": [
{
"tier": "declared",
"label": "library",
"source": "cargo.lib",
"weight": 6
},
{
"tier": "declared",
"label": "library",
"source": "cargo.proc_macro",
"weight": 6
},
{
"tier": "declared",
"label": "library",
"source": "cargo.publish_false",
"weight": -6
},
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
},
{
"tier": "structure",
"label": "library",
"source": "tree.cargo_lib",
"weight": 3
}
],
"artifacts": [
{
"path": "Cargo.toml",
"labels": [],
"ecosystem": "crates"
},
{
"path": "mime-macro/Cargo.toml",
"labels": [
"library"
],
"ecosystem": "crates"
}
],
"confidence": "high",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'mime-macro' from its registry",
"Could not fetch crates package 'mime-parse' from its registry",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-08-03T04:02:28.893441Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/hyperium/mime.svg",
"full_name": "hyperium/mime",
"license_state": "standard",
"license_spdx": "MIT"
}