sse-codec

Crates.iosse-codec
lib.rssse-codec
version0.3.2
sourcesrc
created_at2019-12-23 13:06:46.318716
updated_at2020-07-30 18:19:59.269563
descriptionasync Server-Sent Events protocol encoder/decoder
homepagehttps://github.com/goto-bus-stop/sse-codec
repositoryhttps://github.com/goto-bus-stop/sse-codec
max_upload_size
id191718
size144,111
Renée (goto-bus-stop)

documentation

README

sse-codec

A futures_codec that encodes and decodes Server-Sent Event/Event Sourcing streams.

Documentation

On docs.rs.

Installation

With cargo-edit do:

cargo add sse-codec

Or in Cargo.toml:

[dependencies]
sse-codec = "0.3.2"

Related

  • surf-sse - EventSource client based on Surf and sse-codec.

License

MPL-2.0

Commit count: 44

cargo fmt