Go to file
Yoshua Wuyts 8e5add40bd v4.1.0 2020-10-30 12:01:39 +01:00
.github Take &str data argument in `send()` (#1) 2020-04-23 11:00:33 +02:00
src impl AsyncBufRead for Encoder 2020-10-10 12:09:23 -04:00
tests clean up assert!(matches!( in encode test 2020-06-29 13:03:44 -07:00
.gitignore encoding 2020-03-04 15:13:23 +01:00
Cargo.toml v4.1.0 2020-10-30 12:01:39 +01: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.