websockets-rs / rust-websocket

A WebSocket (RFC6455) library written in Rust
http://websockets-rs.github.io/rust-websocket/
MIT License
1.55k stars 223 forks source link

Remove a lot of unnecessary tokio deps (udp, fs, uds and so on) #219

Closed kpp closed 5 years ago

kpp commented 5 years ago

Before:

After:

kpp commented 5 years ago

@vi When can you cut a new release with this patch?

vi commented 5 years ago

Soon.

Are you by the way interested in #222 (and in general in migration away from hyper 0.10)?

vi commented 5 years ago

Published as v0.22.4.

kpp commented 5 years ago

Thanks!