tokio-mockstream 1.1.0

A fake stream for testing network applications backed by buffers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]
futures = "0.1"
tokio-io = "0.1"

[dev-dependencies]
bytes = "0.4"

[package]
authors = ["Aaron Weiss <awe@pdgn.co>"]
description = "A fake stream for testing network applications backed by buffers."
keywords = ["testing", "async"]
license = "MIT/Apache-2.0"
name = "tokio-mockstream"
readme = "README.md"
repository = "https://github.com/aatxe/tokio-mockstream"
version = "1.1.0"