3 unstable releases
Uses old Rust 2015
0.2.0 | Sep 30, 2017 |
---|---|
0.1.1 | Jun 25, 2017 |
0.1.0 | Dec 26, 2016 |
#1328 in Asynchronous
484 downloads per month
Used in 4 crates
(3 directly)
18KB
485 lines
futures-state-stream
A version of the futures crate's Stream which returns state on completion
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
A version of the futures
crate's Stream
which returns a state value when it completes.
This is useful in contexts where a value "becomes" a stream for a period of time, but then switches back to its original type.
Dependencies
~53KB