{"id":20289354,"url":"https://github.com/apt1002/pushparse","last_synced_at":"2026-04-18T00:32:25.404Z","repository":{"id":215373624,"uuid":"738765361","full_name":"apt1002/pushparse","owner":"apt1002","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-27T21:11:31.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-04T04:41:39.877Z","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":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apt1002.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":"2024-01-04T01:55:42.000Z","updated_at":"2024-09-27T21:11:34.000Z","dependencies_parsed_at":"2024-01-04T03:42:07.198Z","dependency_job_id":"e127eb3b-0389-45fc-8f7b-1fb5b5b03586","html_url":"https://github.com/apt1002/pushparse","commit_stats":null,"previous_names":["apt1002/pushparse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apt1002/pushparse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apt1002%2Fpushparse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apt1002%2Fpushparse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apt1002%2Fpushparse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apt1002%2Fpushparse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apt1002","download_url":"https://codeload.github.com/apt1002/pushparse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apt1002%2Fpushparse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31951327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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-11-14T14:53:11.381Z","updated_at":"2026-04-18T00:32:25.267Z","avatar_url":"https://github.com/apt1002.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Push Parser library\n\nI have abandoned this project in favour of [welly-parser]. I think it could still be completed, but it is unnecessarily difficult in Rust's type system. Maybe the idea will be useful to somebody one day.\n\n[welly-parser]: https://github.com/apt1002/welly-parser\n\n# Previous README\n\n`pushparse` library for writing push parsers.\n\nA push parser is one where the input stream is the caller and the output stream is the callee. For example, the caller might be a loop that reads a line of input and feeds it byte by byte into the parser, and the callee might be a handler that executes the code that the parser produces.\n\nFor parsing entire files, a push parser has no great advantages over a more conventional pull parser. However, it does have atvantages when parsing streams. Examples of streams include interactive sessions, communication protocols, real time data, and very large files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapt1002%2Fpushparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapt1002%2Fpushparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapt1002%2Fpushparse/lists"}