Crates.io | ratchet_deflate |
lib.rs | ratchet_deflate |
version | 1.2.1 |
source | src |
created_at | 2021-11-23 12:14:59.18983 |
updated_at | 2024-09-30 15:31:34.858612 |
description | Permessage Deflate for Ratchet |
homepage | |
repository | https://github.com/swimos/ratchet/ |
max_upload_size | |
id | 486212 |
size | 60,403 |
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.