| Crates.io | tide_compressed_sse |
| lib.rs | tide_compressed_sse |
| version | 4.0.1 |
| created_at | 2020-07-31 15:37:55.893305+00 |
| updated_at | 2020-10-28 15:47:19.083341+00 |
| description | Async Server Sent Event parser and encoder |
| homepage | |
| repository | https://github.com/yarn/tide_compressed_sse-sse |
| max_upload_size | |
| id | 271666 |
| size | 57,790 |
This project pulls the sse code from tide into async-sse and adds compression.
$ cargo add tide_compressed_sse
Want to join us? Check out our "Contributing" guide and take a look at some of these issues:
This project was adapted from http-rs/async-sse. Fishrock123/tide-compress. goto-bus-stop/sse-codec.