{"id":22595438,"url":"https://github.com/oovm/c3-linearization","last_synced_at":"2026-01-20T13:32:37.889Z","repository":{"id":62438747,"uuid":"311662741","full_name":"oovm/c3-linearization","owner":"oovm","description":"C3 Linearization in scala/ruby style","archived":false,"fork":false,"pushed_at":"2024-06-17T13:10:25.000Z","size":43,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T09:44:05.693Z","etag":null,"topics":["algorithm","c3","mro"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oovm.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-11-10T13:13:01.000Z","updated_at":"2020-11-12T08:58:10.000Z","dependencies_parsed_at":"2023-07-14T08:53:16.833Z","dependency_job_id":"ea4e1059-1c65-4fe6-a13f-c5ee6e53fe14","html_url":"https://github.com/oovm/c3-linearization","commit_stats":null,"previous_names":["galaster/c3-linearization"],"tags_count":0,"template":false,"template_full_name":"oovm/RustTemplate","purl":"pkg:github/oovm/c3-linearization","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oovm%2Fc3-linearization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oovm%2Fc3-linearization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oovm%2Fc3-linearization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oovm%2Fc3-linearization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oovm","download_url":"https://codeload.github.com/oovm/c3-linearization/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oovm%2Fc3-linearization/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: 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":["algorithm","c3","mro"],"created_at":"2024-12-08T10:10:07.843Z","updated_at":"2026-01-20T13:32:37.866Z","avatar_url":"https://github.com/oovm.png","language":"Rust","readme":"C3 Linearization\n================\n\n```rust\nuse std::collections::HashMap;\nuse c3_linearization::C3;\n\n#[test]\nfn basic() {\n    let c3 = C3::default();\n    let mut input = HashMap::new();\n    input.insert('A', vec!['B', 'C']);\n    input.insert('B', vec![]);\n    input.insert('C', vec!['D']);\n    input.insert('D', vec![]);\n    let mut target = HashMap::new();\n    target.insert('A', vec!['A', 'B', 'C', 'D']);\n    target.insert('B', vec!['B']);\n    target.insert('C', vec!['C', 'D']);\n    target.insert('D', vec!['D']);\n    assert_eq!(target, c3.linearize(input).unwrap())\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foovm%2Fc3-linearization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foovm%2Fc3-linearization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foovm%2Fc3-linearization/lists"}