Yoshua Wuyts
|
1175a37c47
|
Merge pull request #367 from k-nasa/add_stream_flatten
Add Stream::flatten and Stream::flat_map
|
5 years ago |
Yoshua Wuyts
|
206bedfd12
|
Merge pull request #349 from k-nasa/add_future_delay
Add future::delay
|
5 years ago |
k-nasa
|
1554b04407
|
$cargo fmt
|
5 years ago |
k-nasa
|
1545d24e50
|
Merge branch 'master' into add_future_delay
|
5 years ago |
k-nasa
|
ae7adf2c36
|
fix: Remove unused import
|
5 years ago |
k-nasa
|
040227f38a
|
Merge branch 'master' into add_stream_flatten
|
5 years ago |
k-nasa
|
688976203e
|
fix: Split FlattenCompat logic to Flatten and FlatMap
|
5 years ago |
k-nasa
|
c7dc147f73
|
fix indent
|
5 years ago |
Yoshua Wuyts
|
4ecf49fe95
|
Merge pull request #401 from async-rs/fix-recursion-limit
fix doc recursion limit
|
5 years ago |
Yoshua Wuyts
|
4346386610
|
fix doc recursion limit
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Yoshua Wuyts
|
ca4856a0e8
|
Merge pull request #377 from ktomsic/sum-and-product-impls
Add `Stream::sum()` and `Stream::product()` implementations
|
5 years ago |
Yoshua Wuyts
|
e5675151b9
|
Merge pull request #364 from stjepang/optimize-flushing
Don't flush files if they weren't written to
|
5 years ago |
Yoshua Wuyts
|
fd940b8c6a
|
Merge pull request #348 from k-nasa/add_stream_timeout
Add stream timeout
|
5 years ago |
Yoshua Wuyts
|
1baee98ead
|
Merge pull request #375 from sunjay/fromstream-pathbuf
Added Extend + FromStream for PathBuf
|
5 years ago |
k-nasa
|
613895d6be
|
doc: fix documantation text
|
5 years ago |
Florian Gilcher
|
f262fd8a40
|
Merge pull request #392 from taiki-e/clippy
Remove usage of actions-rs/clippy-check
|
5 years ago |
Florian Gilcher
|
c2a084ed4a
|
Merge pull request #393 from k-nasa/fix_clippy
Fix clippy warnings
|
5 years ago |
Florian Gilcher
|
ae41d45da6
|
Merge pull request #376 from AZanellato/typo-fixes
Typos and sentence structure fixes
|
5 years ago |
Yoshua Wuyts
|
4cab868899
|
Merge pull request #394 from async-rs/link-types
backreference links for structs
|
5 years ago |
Yoshua Wuyts
|
4475a229d6
|
backlink io docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Yoshua Wuyts
|
a3a740c14a
|
backlink all docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
k-nasa
|
fe49f2618f
|
fix clippy::redundant_clone
|
5 years ago |
k-nasa
|
7fe2a1bbce
|
fix clippy::cognitive_complexity
|
5 years ago |
k-nasa
|
7c293d37f7
|
fix clippy::comparison_chain
|
5 years ago |
k-nasa
|
c9d958d309
|
$cargo fix -Z unstable-options --clippy --features unstable
|
5 years ago |
nasa
|
a42ae2f3d9
|
Narrow the disclosure range of FlattenCompat::new
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
nasa
|
37f14b0195
|
Narrow the disclosure range of Flatten::new
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
nasa
|
13a08b0d54
|
Narrow the disclosure range of FlatMap::new
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
Taiki Endo
|
6549b66ad2
|
run clippy check on beta & address clippy warnings
|
5 years ago |
Taiki Endo
|
610c66e774
|
Remove usage of actions-rs/clippy-check
|
5 years ago |
nasa
|
81e3cab00d
|
Change homepage link (#389)
|
5 years ago |
k-nasa
|
61b7a09c70
|
Fix type declaration
|
5 years ago |
nasa
|
8932cecec7
|
Update src/stream/stream/flatten.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
nasa
|
bf3508ffb2
|
Update src/stream/stream/flatten.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
nasa
|
6168952d6f
|
Update src/stream/stream/flatten.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
nasa
|
b7b5df13aa
|
Update src/stream/stream/flatten.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
nasa
|
7ce721f562
|
Update src/lib.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
k-nasa
|
b66ffa670e
|
update recursion_limit
|
5 years ago |
k-nasa
|
0c5abee284
|
to unstable stream::flat_map, stream::flatten
|
5 years ago |
k-nasa
|
001368d3df
|
$cargo fmt
|
5 years ago |
k-nasa
|
00e7e58bf3
|
fix type def
|
5 years ago |
k-nasa
|
271b6f4a1c
|
fix: Using pin_project!
|
5 years ago |
k-nasa
|
3297a0f327
|
Merge branch 'master' into add_stream_flatten
|
5 years ago |
k-nasa
|
feeb3c10df
|
fix: Remove Pin API related unsafe code
|
5 years ago |
k-nasa
|
b17af61367
|
Merge branch 'master' into add_stream_timeout
|
5 years ago |
k-nasa
|
d97b3dfdf3
|
fix: Remove Pin API related unsafe code
|
5 years ago |
k-nasa
|
5c9cfb4fe8
|
Merge branch 'master' into add_future_delay
|
5 years ago |
Stjepan Glavina
|
b2fe91385b
|
Add channel behind unstable feature flag (#380)
* Add channel behind unstable feature flag
* Don't check tests without unstable feature flag
* Fix typos
* Remove useless attribute
|
5 years ago |
Taiki Endo
|
2abf5ca891
|
Deny warnings on CI (#378)
* Deny warnings on CI
* Fix some clippy warnings
|
5 years ago |
Taiki Endo
|
944e43d4bf
|
Remove Pin API related unsafe code by using pin-project-lite cra… (#381)
|
5 years ago |