Crates.io | tokio-mockstream |
lib.rs | tokio-mockstream |
version | 1.1.0 |
source | src |
created_at | 2017-06-21 22:54:59.501959 |
updated_at | 2017-08-02 14:52:22.704919 |
description | A fake stream for testing network applications backed by buffers. |
homepage | |
repository | https://github.com/aatxe/tokio-mockstream |
max_upload_size | |
id | 20096 |
size | 17,435 |
A fake stream for testing network applications backed by buffers.
[dependencies]
tokio-mockstream = "1.0"
Next, add this to your crate:
extern crate tokio_mockstream;
use tokio_mockstream::MockStream;
The general idea is to treat MockStream
as you would TcpStream
. You can find documentation online at docs.rs.
tokio-mockstream
is primarily distributed under the terms of both the MIT license
and the Apache License (Version 2.0).
See LICENSE-APACHE, and LICENSE-MIT for details.