Add enumerate combinator to Stream (#832)

This commit is contained in:
Zahari Dichev
2019-01-24 11:50:34 -08:00
committed by Carl Lerche
parent 0ec8986b0b
commit fbad6297c5
5 changed files with 132 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@
mod future;
mod stream;
mod enumerate;
pub use self::future::FutureExt;
pub use self::stream::StreamExt;