futures01 0.1.30

An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. Note that this crate tracks permanently to the 0.1 branch of the `futures` crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "futures"
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed"

[[package]]
name = "futures01"
version = "0.1.30"
dependencies = [
 "futures",
]