Yosh
|
9ae80284e3
|
Merge 3a6e75cc1d into 844b552531
|
2025-08-19 00:25:37 +08:00 |
|
Marc-Antoine Perennou
|
57eafb41d0
|
silence warnings reported by newer rust versions
|
2024-08-21 10:13:50 +02:00 |
|
Marc-Antoine Perennou
|
79c89d779d
|
deps: update gloo-timers to 0.3
|
2024-08-21 10:04:51 +02:00 |
|
Dmitry S
|
5e8d1e6e83
|
stream: correct iterators in doc examples
Correct the iterators used in examples to produce
the described output.
|
2021-11-07 22:37:24 +01:00 |
|
surechen
|
47b22fff56
|
edit Small typo for Stream
|
2020-12-30 17:14:18 +08:00 |
|
Yoshua Wuyts
|
741e9388f3
|
Stabilize stream::pending
|
2020-09-23 14:12:44 +02:00 |
|
Yoshua Wuyts
|
d8dcedf815
|
Stabilize Stream::merge
|
2020-09-23 14:12:35 +02:00 |
|
Yoshua Wuyts
|
14bbacd76a
|
Stabilize stream::interval
|
2020-09-23 14:12:07 +02:00 |
|
nasa
|
cc19592f80
|
Revert "Stabilize most stream method and remove unnecessary macros"
|
2020-03-12 18:34:09 +09:00 |
|
k-nasa
|
f31878655e
|
fix: Stabilize stream method
|
2020-03-04 08:30:45 +09:00 |
|
k-nasa
|
75223905bd
|
fix: Stabilize stream most method
|
2020-03-03 23:12:09 +09:00 |
|
Qifan Lu
|
f8dd3d9816
|
Add stream::pending::{pending, Pending}
|
2020-01-14 09:41:43 +09:00 |
|
Yoshua Wuyts
|
c70552ead5
|
unpub double_ended_stream
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-12-16 09:37:14 +01:00 |
|
Yoshua Wuyts
|
761029cd08
|
fix stream doc hiccup
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-12-13 15:28:43 +01:00 |
|
Felipe Sere
|
8e5dedec34
|
Restructure package. No longer use a extension trait to match std.
Still outstanding: How do I hide the concrete structs from the trait?
|
2019-12-12 20:26:38 +01:00 |
|
Felipe Sere
|
f9a4c35fd6
|
Silence warning about missing docs for the double_ended module
|
2019-12-12 20:26:38 +01:00 |
|
Felipe Sere
|
892c6008c2
|
Replace sample with a hidden from_iter implementation for double-ended-stream
|
2019-12-12 20:26:38 +01:00 |
|
Felipe Sere
|
c4b9a7f680
|
Add samples for some of the functions
|
2019-12-12 20:26:38 +01:00 |
|
Felipe Sere
|
d0ef48c753
|
Sketch out nth_back
|
2019-12-12 20:26:38 +01:00 |
|
Felipe Sere
|
fa288931c6
|
Skeleton for DoubleEndedStreamExt trait
|
2019-12-12 20:26:38 +01:00 |
|
Felipe Sere
|
786a52a09d
|
Slight miss-merge
|
2019-11-14 21:37:51 +01:00 |
|
Felipe Sere
|
4c09cdbeac
|
Mark successors as unstable
|
2019-11-14 21:35:38 +01:00 |
|
Felipe Sere
|
243cdd7ff1
|
Slight miss-merge
|
2019-11-14 21:35:19 +01:00 |
|
Felipe Sere
|
266754897e
|
Rename the module to 'successors'
|
2019-11-14 21:35:19 +01:00 |
|
Felipe Sere
|
8b662b659d
|
Run rustfmt
|
2019-11-14 21:34:19 +01:00 |
|
Felipe Sere
|
02b261de10
|
It compiles! Store the future and poll it instead of creating multiple new ones
|
2019-11-14 21:33:45 +01:00 |
|
Stjepan Glavina
|
c2f750d288
|
Cleanup stream module
|
2019-11-11 13:07:29 +01:00 |
|
Stjepan Glavina
|
f8e82564d9
|
Rename stream_extend to extend (#464)
* Rename stream_extend to extend
* Remove Extend from prelude
* Add stream::extend()
|
2019-11-07 21:46:58 +00:00 |
|
Stjepan Glavina
|
1707638ebb
|
Update mod.rs
|
2019-11-05 17:09:32 +00:00 |
|
k-nasa
|
40c4e1a29d
|
feat: Add stream::from_iter
|
2019-10-30 10:39:05 +09:00 |
|
Yoshua Wuyts
|
eb081b1948
|
Apply suggestions from code review
Co-Authored-By: Florian Gilcher <florian.gilcher@ferrous-systems.com>
|
2019-10-29 10:23:54 +01:00 |
|
Yoshua Wuyts
|
4c4604d63e
|
add stream mod docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-28 00:08:32 +01:00 |
|
Stjepan Glavina
|
ec23632f3e
|
Cleanup: replace cfg-if with our macros (#361)
* Cleanup: replace cfg-if with our macros
* Prefix macros with cfg_
* Remove #[macro_export] from internal macros
|
2019-10-17 19:17:49 +02:00 |
|
Yoshua Wuyts
|
822e4bc220
|
Merge branch 'master' into fs-stream-repeat-with
|
2019-10-16 14:26:20 +02:00 |
|
Yoshua Wuyts
|
faff1f7370
|
task docs (#346)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-16 10:28:14 +02:00 |
|
Yoshua Wuyts
|
24cdb2d489
|
add stream::{Sum,Product} (#343)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-16 00:31:49 +02:00 |
|
Fedor Sakharov
|
23beab4125
|
Adds a from_fn stream implementation (#277)
* Adds a from_fn stream implementation
* Update src/stream/from_fn.rs
Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
* Fix review nits
* Use async_std Mutex
|
2019-10-15 15:50:17 +02:00 |
|
Yoshua Wuyts
|
e938527f66
|
add stream::interval (#298)
* add stream::interval
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* fix tests
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* cargo fmt
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* cross-docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* update deps
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-15 15:30:24 +02:00 |
|
Yoshua Wuyts
|
1819408b46
|
add stream::ExactSizeStream as unstable (#330)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-15 09:51:53 +02:00 |
|
Johannes Weissmann
|
6be8467cdc
|
impl Stream::take_while adapter (#332)
* impl take_while stream adapter
* fmt
* add comment
* unindent where clauses
|
2019-10-15 09:50:03 +02:00 |
|
Yoshua Wuyts
|
3ac4575d94
|
add stream::FusedStream
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-14 02:21:27 +02:00 |
|
Yoshua Wuyts
|
04342c7b5d
|
docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-13 22:05:11 +02:00 |
|
Yoshua Wuyts
|
84a148ddae
|
rename stream::join to Stream::merge
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-13 21:48:53 +02:00 |
|
Yoshua Wuyts
|
a2baa1d8e0
|
rename stream::join to stream::merge
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-13 21:12:05 +02:00 |
|
k-nasa
|
9d9543c46b
|
refactor: Remove needless main fn
|
2019-10-13 16:33:02 +09:00 |
|
Fedor Sakharov
|
735d604cd1
|
Adds stream::repeat_with
|
2019-10-05 22:17:21 +03:00 |
|
Yoshua Wuyts
|
a1bc097ffd
|
Merge pull request #211 from tirr-c/stream-extend
Add stream::Extend
|
2019-09-23 00:14:29 +02:00 |
|
Stjepan Glavina
|
73d7fea937
|
Re-export Stream from futures
|
2019-09-22 16:51:18 +02:00 |
|
Yoshua Wuyts
|
7fe6c8a42c
|
add stream::join
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-09-19 13:53:36 +02:00 |
|
Wonwoo Choi
|
a5a6dc24c4
|
Add stream::Extend
|
2019-09-19 18:33:25 +09:00 |
|