Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 509 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 509 Bytes

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