Go to file
Yoshua Wuyts a524e45763 v5.1.0 2021-09-17 16:21:19 +02:00
.github Take &str data argument in `send()` (#1) 2020-04-23 11:00:33 +02:00
src Merge pull request #19 from igowen/multiline-messages 2021-09-06 13:35:08 +02:00
tests add support for multiline data messages. 2021-04-19 15:00:15 -04:00
.gitignore encoding 2020-03-04 15:13:23 +01:00
Cargo.toml v5.1.0 2021-09-17 16:21:19 +02:00
LICENSE-APACHE encoding 2020-03-04 15:13:23 +01:00
LICENSE-MIT encoding 2020-03-04 15:13:23 +01:00
README.md Main branch renamed to `main` (#8) 2020-08-09 15:21:42 +02:00

README.md

async-sse

Async Server Sent Event parser and encoder

Installation

$ cargo add async-sse

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

Acknowledgements

This project was adapted from goto-bus-stop/sse-codec.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.