multistream-select: use FramedWrite from tokio-codec. (#539)

This commit is contained in:
Toralf Wittner
2018-10-10 09:16:21 +02:00
committed by GitHub
parent 68632ce26b
commit fd4ae72f8c
5 changed files with 61 additions and 67 deletions

View File

@ -118,6 +118,7 @@ extern crate futures;
#[macro_use]
extern crate log;
extern crate smallvec;
extern crate tokio_codec;
extern crate tokio_io;
extern crate unsigned_varint;