4 releases
Uses old Rust 2015
0.1.3 | Jun 20, 2017 |
---|---|
0.1.2 | Jun 18, 2017 |
0.1.1 | Jun 17, 2017 |
0.1.0 | Jun 17, 2017 |
#31 in #stdlib
9KB
106 lines
futures-shim
The idea behind this small Rust library is to provide a way integrate futures-unaware components into futures pipelines.
Currently covered APIs:
- stdlib's mpsc unbounded channels
License
futures-shim
is primarily distributed under the terms of both the MIT license
and the Apache License (Version 2.0).
See LICENSE-APACHE, and LICENSE-MIT for details.
lib.rs
:
This crate allows integrating non-futures components from Rust stdlib (and eventually third-party libraries) into futures pipelines
Dependencies
~53KB