[go: up one dir, main page]

futures-state-stream 0.1.1

A version of the futures crate's Stream which returns state on completion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "futures-state-stream"
version = "0.1.1"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A version of the futures crate's Stream which returns state on completion"
repository = "https://github.com/sfackler/futures-state-stream"
documentation = "https://docs.rs/futures-state-stream/0.1.1/futures_state_stream"
readme = "README.md"

[dependencies]
futures = "0.1.3"