Crates.io | sse-codec |
lib.rs | sse-codec |
version | 0.3.2 |
source | src |
created_at | 2019-12-23 13:06:46.318716 |
updated_at | 2020-07-30 18:19:59.269563 |
description | async Server-Sent Events protocol encoder/decoder |
homepage | https://github.com/goto-bus-stop/sse-codec |
repository | https://github.com/goto-bus-stop/sse-codec |
max_upload_size | |
id | 191718 |
size | 144,111 |
A futures_codec
that encodes and decodes Server-Sent Event/Event Sourcing streams.
On docs.rs.
With cargo-edit
do:
cargo add sse-codec
Or in Cargo.toml:
[dependencies]
sse-codec = "0.3.2"