sse-codec 0.3.2

async Server-Sent Events protocol encoder/decoder
Documentation

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