We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b4d3a commit 744830bCopy full SHA for 744830b
README.md
@@ -26,6 +26,7 @@ Future
26
- [x] future::map_ok
27
- [x] future::or_else
28
- [ ] future::poll_fn
29
+- [x] future::ready
30
- [x] future::then
31
- [ ] future::unwrap_or_else
32
@@ -35,13 +36,14 @@ Stream
35
36
- [ ] stream::chunks
37
- [x] stream::collect
38
- [ ] stream::concat
-- [ ] stream::filter
39
-- [ ] stream::filter_map
+- [x] stream::filter
40
+- [x] stream::filter_map
41
- [ ] stream::flatten
42
- [ ] stream::fold
43
- [ ] stream::for_each
44
- [ ] stream::for_each_concurrent
45
- [ ] stream::into_future
46
+- [ ] stream::iter
47
- [x] stream::map
48
- [x] stream::next
49
- [ ] stream::skip
0 commit comments