15 releases (6 stable)

1.2.1 Sep 30, 2024
1.0.3 Jul 25, 2024
0.4.2 May 9, 2024
0.4.1 Aug 8, 2023
0.1.1 Nov 23, 2021

#28 in WebSocket

Download history 664/week @ 2024-09-14 1175/week @ 2024-09-21 2025/week @ 2024-09-28 1062/week @ 2024-10-05 661/week @ 2024-10-12 458/week @ 2024-10-19 574/week @ 2024-10-26 934/week @ 2024-11-02 844/week @ 2024-11-09 613/week @ 2024-11-16 610/week @ 2024-11-23 993/week @ 2024-11-30 545/week @ 2024-12-07 895/week @ 2024-12-14 152/week @ 2024-12-21 35/week @ 2024-12-28

1,776 downloads per month
Used in 10 crates (via ratchet_rs)

Apache-2.0

64KB
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
~59K SLoC