12 releases (3 stable)

new 1.0.3 Jul 25, 2024
0.4.2 May 9, 2024
0.4.1 Aug 8, 2023
0.4.0 Jun 27, 2023
0.1.1 Nov 23, 2021

#237 in WebSocket

Download history 62/week @ 2024-04-03 15/week @ 2024-04-10 42/week @ 2024-04-17 83/week @ 2024-04-24 23/week @ 2024-05-01 494/week @ 2024-05-08 635/week @ 2024-05-15 556/week @ 2024-05-22 553/week @ 2024-05-29 771/week @ 2024-06-05 860/week @ 2024-06-12 1118/week @ 2024-06-19 821/week @ 2024-06-26 679/week @ 2024-07-03 849/week @ 2024-07-10 386/week @ 2024-07-17

2,816 downloads per month
Used in 10 crates (via ratchet_rs)

Apache-2.0

62KB
1.5K SLoC




Ratchet Deflate

Ratchet is a fast, robust, lightweight and fully asynchronous implementation of RFC6455 (The WebSocket protocol). Complete with an optional implementation of RFC7692 (Compression Extensions For WebSocket).

This crate is re-exported by ratchet-rs and enabled with the deflate feature flag.


lib.rs:

An implementation of permessage-deflate (RFC 7692) as an extension for Ratchet.

See the documentation in Ratchet for more details on using this extension.

Dependencies

~2–3MB
~56K SLoC