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

#52 in WebSocket

Download history 664/week @ 2024-08-02 513/week @ 2024-08-09 463/week @ 2024-08-16 616/week @ 2024-08-23 398/week @ 2024-08-30 581/week @ 2024-09-06 617/week @ 2024-09-13 1059/week @ 2024-09-20 1949/week @ 2024-09-27 1272/week @ 2024-10-04 691/week @ 2024-10-11 512/week @ 2024-10-18 489/week @ 2024-10-25 902/week @ 2024-11-01 818/week @ 2024-11-08 582/week @ 2024-11-15

2,870 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
~58K SLoC