test_futures 0.0.1

Utilities for testing futures-rs implementationsCopied from futures-rs/tests/support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.futures]
version = "~0.1.14"

[package]
authors = ["Oliver Gould <ver@buoyant.io>"]
categories = ["asynchronous"]
description = """
Utilities for testing futures-rs implementationsCopied from futures-rs/tests/support.
"""
documentation = "https://docs.rs/futures"
homepage = "https://github.com/buoyantio/test-futures-rs"
keywords = ["futures", "async", "future"]
license = "MIT/Apache-2.0"
name = "test_futures"
repository = "https://github.com/buoyantio/test-futures-rs"
version = "0.0.1"