{"id":20029518,"url":"https://github.com/http-rs/async-sse","last_synced_at":"2025-04-09T18:16:14.320Z","repository":{"id":47258117,"uuid":"244905851","full_name":"http-rs/async-sse","owner":"http-rs","description":"Async Server Sent Events parser and encoder","archived":false,"fork":false,"pushed_at":"2024-06-04T11:44:54.000Z","size":62,"stargazers_count":52,"open_issues_count":1,"forks_count":14,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-09T18:16:10.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.rs/async-sse","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/http-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-04T13:21:15.000Z","updated_at":"2025-03-01T23:59:22.000Z","dependencies_parsed_at":"2022-08-30T21:01:28.289Z","dependency_job_id":null,"html_url":"https://github.com/http-rs/async-sse","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http-rs%2Fasync-sse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http-rs%2Fasync-sse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http-rs%2Fasync-sse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http-rs%2Fasync-sse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/http-rs","download_url":"https://codeload.github.com/http-rs/async-sse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085322,"owners_count":21045139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-13T09:20:44.245Z","updated_at":"2025-04-09T18:16:14.297Z","avatar_url":"https://github.com/http-rs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003easync-sse\u003c/h1\u003e\r\n\u003cdiv align=\"center\"\u003e\r\n  \u003cstrong\u003e\r\n    Async Server Sent Event parser and encoder\r\n  \u003c/strong\u003e\r\n\u003c/div\u003e\r\n\r\n\u003cbr /\u003e\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n  \u003c!-- Crates version --\u003e\r\n  \u003ca href=\"https://crates.io/crates/async-sse\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/crates/v/async-sse.svg?style=flat-square\"\r\n    alt=\"Crates.io version\" /\u003e\r\n  \u003c/a\u003e\r\n  \u003c!-- Downloads --\u003e\r\n  \u003ca href=\"https://crates.io/crates/async-sse\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/crates/d/async-sse.svg?style=flat-square\"\r\n      alt=\"Download\" /\u003e\r\n  \u003c/a\u003e\r\n  \u003c!-- docs.rs docs --\u003e\r\n  \u003ca href=\"https://docs.rs/async-sse\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square\"\r\n      alt=\"docs.rs docs\" /\u003e\r\n  \u003c/a\u003e\r\n\u003c/div\u003e\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n  \u003ch3\u003e\r\n    \u003ca href=\"https://docs.rs/async-sse\"\u003e\r\n      API Docs\r\n    \u003c/a\u003e\r\n    \u003cspan\u003e | \u003c/span\u003e\r\n    \u003ca href=\"https://github.com/http-rs/async-sse/releases\"\u003e\r\n      Releases\r\n    \u003c/a\u003e\r\n    \u003cspan\u003e | \u003c/span\u003e\r\n    \u003ca href=\"https://github.com/http-rs/async-sse/blob/main/.github/CONTRIBUTING.md\"\u003e\r\n      Contributing\r\n    \u003c/a\u003e\r\n  \u003c/h3\u003e\r\n\u003c/div\u003e\r\n\r\n## Installation\r\n```sh\r\n$ cargo add async-sse\r\n```\r\n\r\n## Contributing\r\nWant to join us? Check out our [\"Contributing\" guide][contributing] and take a\r\nlook at some of these issues:\r\n\r\n- [Issues labeled \"good first issue\"][good-first-issue]\r\n- [Issues labeled \"help wanted\"][help-wanted]\r\n\r\n[contributing]: https://github.com/http-rs/async-sse/blob/main/.github/CONTRIBUTING.md\r\n[good-first-issue]: https://github.com/http-rs/async-sse/labels/good%20first%20issue\r\n[help-wanted]: https://github.com/http-rs/async-sse/labels/help%20wanted\r\n\r\n## Acknowledgements\r\n\r\nThis project was adapted from\r\n[goto-bus-stop/sse-codec](https://github.com/goto-bus-stop/sse-codec).\r\n\r\n## License\r\n\r\n\u003csup\u003e\r\nLicensed under either of \u003ca href=\"LICENSE-APACHE\"\u003eApache License, Version\r\n2.0\u003c/a\u003e or \u003ca href=\"LICENSE-MIT\"\u003eMIT license\u003c/a\u003e at your option.\r\n\u003c/sup\u003e\r\n\r\n\u003cbr/\u003e\r\n\r\n\u003csub\u003e\r\nUnless you explicitly state otherwise, any contribution intentionally submitted\r\nfor inclusion in this crate by you, as defined in the Apache-2.0 license, shall\r\nbe dual licensed as above, without any additional terms or conditions.\r\n\u003c/sub\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttp-rs%2Fasync-sse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhttp-rs%2Fasync-sse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttp-rs%2Fasync-sse/lists"}