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

Update base64 and replace use of deprecated Future::boxed #143

Closed spinda closed 6 years ago

spinda commented 7 years ago

base64: previously websocket had to be built with two versions of base64 (0.5 and 0.6) to support both its own use and hyper's.

Future::boxed: see https://github.com/alexcrichton/futures-rs/issues/556.

illegalprime commented 6 years ago

Thanks! and I kinda liked boxed :cry:

ghost commented 6 years ago

What's blocking this?

illegalprime commented 6 years ago

According to the build its rustfmt, I can take care of it.

Thanks for the PR, @spinda !