//! A mockstream that implements std::io::Read, std::io::Write, tokio_io::AsyncRead and tokio_io::AsyncWrite.
#![deny(missing_docs, warnings, missing_debug_implementations)]externcrate futures;externcrate tokio_io;pubmodmockstream;pubusemockstream::MockStream;