{"id":33933263,"url":"https://github.com/vxpm/yumy","last_synced_at":"2026-04-05T01:31:36.482Z","repository":{"id":178182522,"uuid":"661466472","full_name":"vxpm/yumy","owner":"vxpm","description":"diagnostics rendering crate","archived":false,"fork":false,"pushed_at":"2024-07-07T20:27:39.000Z","size":109,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-08T19:54:08.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vxpm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-02T23:43:29.000Z","updated_at":"2024-07-07T20:27:42.000Z","dependencies_parsed_at":"2024-07-07T21:54:07.312Z","dependency_job_id":null,"html_url":"https://github.com/vxpm/yumy","commit_stats":null,"previous_names":["vxpm/yumy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vxpm/yumy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxpm%2Fyumy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxpm%2Fyumy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxpm%2Fyumy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxpm%2Fyumy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vxpm","download_url":"https://codeload.github.com/vxpm/yumy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxpm%2Fyumy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31421869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T00:25:07.052Z","status":"ssl_error","status_checked_at":"2026-04-05T00:25:05.923Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-12T13:03:13.240Z","updated_at":"2026-04-05T01:31:36.475Z","avatar_url":"https://github.com/vxpm.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yumy\na diagnostics rendering crate. yumy aims to be easy to use, focusing on simplicity. \n\n# example output\nthe diagnostic below is just an example.\n\n![example diagnostic](https://iili.io/J5uF4ol.png)\n\nhere's the same diagnostic printed in compact mode:\n\n![example diagnostic in compact mode](https://iili.io/J7LIskv.png)\n\nand here's the code for this diagnostic (it's a test in this crate!):\n\n```rust, ignore\nlet src = Source::new(crate::test::RUST_SAMPLE_2, Some(\"src/main.rs\"));\nlet diagnostic =\n    Diagnostic::new(\"error[E0277]: `Rc\u003cMutex\u003ci32\u003e\u003e` cannot be sent between threads safely\".red())\n        .with_label(Label::styled(\n            247..260u32,\n            \"required by a bound introduced by this call\",\n            Style::new().yellow()\n        ))\n        .with_label(Label::styled(\n            261..357u32,\n            \"`Rc\u003cMutex\u003ci32\u003e\u003e` cannot be sent between threads safely\",\n            Style::new().red()\n        ))\n        .with_footnote(\"note: required because it's used within `{closure@src/main.rs:11:36: 11:43}`\".green())\n        .with_footnote(\"help: within `{closure@src/main.rs:11:36: 11:43}`, the trait `Send` is not implemented for `Rc\u003cMutex\u003ci32\u003e\u003e`\".blue())\n        .with_source(src);\n\ndiagnostic.eprint(\u0026Config::default()).unwrap();\ndiagnostic.eprint_compact(\u0026Config::default()).unwrap();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvxpm%2Fyumy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvxpm%2Fyumy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvxpm%2Fyumy/lists"}