{"id":26010481,"url":"https://github.com/jdonszelmann/parse-helper","last_synced_at":"2026-04-20T01:31:08.111Z","repository":{"id":255742948,"uuid":"852756308","full_name":"jdonszelmann/parse-helper","owner":"jdonszelmann","description":"Primitives to create parsers","archived":false,"fork":false,"pushed_at":"2024-09-07T11:38:59.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T22:51:28.710Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdonszelmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-09-05T11:21:42.000Z","updated_at":"2024-09-07T11:39:02.000Z","dependencies_parsed_at":"2025-03-05T22:50:49.230Z","dependency_job_id":"4188ba34-bbc9-4d5a-9d4e-d3ad8c1e9c24","html_url":"https://github.com/jdonszelmann/parse-helper","commit_stats":null,"previous_names":["jdonszelmann/parse-helper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jdonszelmann/parse-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdonszelmann%2Fparse-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdonszelmann%2Fparse-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdonszelmann%2Fparse-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdonszelmann%2Fparse-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdonszelmann","download_url":"https://codeload.github.com/jdonszelmann/parse-helper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdonszelmann%2Fparse-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32029532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"ssl_error","status_checked_at":"2026-04-20T00:17:31.068Z","response_time":55,"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":[],"created_at":"2025-03-05T22:50:46.754Z","updated_at":"2026-04-20T01:31:08.092Z","avatar_url":"https://github.com/jdonszelmann.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Parse Helper\n\nThis is a library full of primitives to slice up a string or byte slice.\nMy own primary use for it is when I'm writing a hand-crafted parser. \nThese are the primitives that are useful when you're doing that.\n\nEssentially, a [`ParseHelper`](ParseHelper) forms an api for an iterator over a sequence of bytes.\nHowever, this iterator doesn't even implement rust's default [`Iterator`] trait.\nInstead, the methods are more nuanced than `next()`, and do more specific things useful when dividing up strings.\n\n## TODO:\n\n* Support for custom tokens instead of either utf-8 characters or bytes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdonszelmann%2Fparse-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdonszelmann%2Fparse-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdonszelmann%2Fparse-helper/lists"}