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

#64 in WebSocket

Download history 621/week @ 2024-10-14 478/week @ 2024-10-21 592/week @ 2024-10-28 945/week @ 2024-11-04 815/week @ 2024-11-11 612/week @ 2024-11-18 622/week @ 2024-11-25 988/week @ 2024-12-02 552/week @ 2024-12-09 888/week @ 2024-12-16 118/week @ 2024-12-23 89/week @ 2024-12-30 467/week @ 2025-01-06 488/week @ 2025-01-13 398/week @ 2025-01-20 286/week @ 2025-01-27

1,677 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
~60K SLoC