twist-deflate 0.1.0

An implementation of RFC 7692 for the twist codec.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
description = "An implementation of RFC 7692 for the twist codec."
documentation = "https://docs.rs/twist-deflate"
homepage = "https://rustyhorde.github.io/twist/"
keywords = ["twist", "websocket", "deflate", "extension"]
license = "MIT/Apache-2.0"
name = "twist-deflate"
readme = "README.md"
repository = "https://github.com/rustyhorde/twist-deflate"
version = "0.1.0"

[dependencies]
libz-sys = "1.0.13"
slog = "1.5.2"
slog-term = "1.5.0"
twist = "0.1.4"