tokio-rustls/examples
Brian Smith 22fbb7497f Merge std-client.rs into client.rs to unbreak Windows build.
The Windows build is failing because client.rs doesn't define main
on non-Unixy platforms because of its `#![cfg(unix)]`. Merge
std-client.rs into client.rs to solve this and to reduce redundancy.
Continue using blocking stdin/stdout I/O on non-Unixy platforms until
we get nonblocking stdin/stdout working on those platforms.
2017-03-30 10:46:34 -10:00
..
client.rs Merge std-client.rs into client.rs to unbreak Windows build. 2017-03-30 10:46:34 -10:00
server.rs [Changed] update tokio-io 2017-03-16 10:15:06 +08:00