#codec #events #encoder-decoder

sse-codec

async Server-Sent Events protocol encoder/decoder

5 unstable releases

0.3.2 Jul 30, 2020
0.3.1 Mar 4, 2020
0.3.0 Mar 2, 2020
0.2.0 Jan 22, 2020
0.1.0 Dec 23, 2019

#24 in #encoder-decoder

Download history 5107/week @ 2024-12-09 5459/week @ 2024-12-16 3407/week @ 2024-12-23 3222/week @ 2024-12-30 6113/week @ 2025-01-06 5372/week @ 2025-01-13 4204/week @ 2025-01-20 4578/week @ 2025-01-27 4992/week @ 2025-02-03 4793/week @ 2025-02-10 6135/week @ 2025-02-17 5597/week @ 2025-02-24 4587/week @ 2025-03-03 4712/week @ 2025-03-10 4913/week @ 2025-03-17 4630/week @ 2025-03-24

19,101 downloads per month
Used in 18 crates (3 directly)

MPL-2.0 license

33KB
757 lines

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"
  • surf-sse - EventSource client based on Surf and sse-codec.

License

MPL-2.0

Dependencies

~3MB
~63K SLoC