sse-codec

July 30, 2020 ยท View on GitHub

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

Contents

  1. 1Documentation
  2. 2Installation
  3. 3Related
  4. 4License