{"id":16370409,"url":"https://github.com/dottorblaster/corosync-config-parser","last_synced_at":"2026-01-19T04:32:22.564Z","repository":{"id":37924220,"uuid":"502088794","full_name":"dottorblaster/corosync-config-parser","owner":"dottorblaster","description":"A Rust crate for hassle-free Corosync's configuration file parsing","archived":false,"fork":false,"pushed_at":"2022-06-14T13:14:59.000Z","size":14,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-04T15:47:48.188Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dottorblaster.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}},"created_at":"2022-06-10T15:16:22.000Z","updated_at":"2025-08-12T15:24:50.000Z","dependencies_parsed_at":"2022-08-24T18:10:11.484Z","dependency_job_id":null,"html_url":"https://github.com/dottorblaster/corosync-config-parser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dottorblaster/corosync-config-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dottorblaster%2Fcorosync-config-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dottorblaster%2Fcorosync-config-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dottorblaster%2Fcorosync-config-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dottorblaster%2Fcorosync-config-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dottorblaster","download_url":"https://codeload.github.com/dottorblaster/corosync-config-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dottorblaster%2Fcorosync-config-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28561841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"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":"2024-10-11T03:04:57.441Z","updated_at":"2026-01-19T04:32:22.546Z","avatar_url":"https://github.com/dottorblaster.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# corosync-config-parser\nA Rust crate for hassle-free Corosync's configuration file parsing.\n\nInspired by [Kilobyte22/config-parser](https://github.com/Kilobyte22/config-parser).\n\n## Usage\n```rust\nextern crate corosync_config_parser;\n\nlet corosync_example = \"\n    logging {\n        fileline: off\n        to_stderr: no\n        to_logfile: no\n        logfile: /var/log/cluster/corosync.log\n        to_syslog: yes\n        debug: off\n        timestamp: on\n        logger_subsys {\n                subsys: QUORUM\n                debug: off\n        }\n    }\n\"\n.to_string();\n\nlet cfg = corosync_config_parser::parse(corosync_example).unwrap();\n\nlet subsys = cfg\n    .matching(\"logging\")\n    .nth(0)\n    .unwrap()\n    .matching(\"logger_subsys\")\n    .nth(0)\n    .unwrap()\n    .matching(\"subsys\")\n    .nth(0)\n    .unwrap()\n    .get(0);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdottorblaster%2Fcorosync-config-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdottorblaster%2Fcorosync-config-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdottorblaster%2Fcorosync-config-parser/lists"}