Commit Graph

954 Commits (poc-serde-support)
 

Author SHA1 Message Date
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
yjhmelody 7cfec4e8ce use take and remove Copy 5 years ago
yjh fb78ed1812
Update src/stream/stream/min_by_key.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
5 years ago
yjh 5a4fdeb1cd
Update src/stream/stream/min_by_key.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
5 years ago
yjh b57849e1cb
Update src/stream/stream/max_by.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
5 years ago
yjh a8d3d1483f
Update src/stream/stream/max_by.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
5 years ago
yjh 006fc7e9de
Update src/stream/stream/max_by.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
5 years ago
yjhmelody c9e6d3a84c use pin_project_lite 5 years ago
yjhmelody 37a7eadf17 use pin_project_lite 5 years ago
yjhmelody d0c3c9172b Merge branch 'master' of git://github.com/async-std/async-std into stream-max_by 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 48b255897e Merge branch 'master' into add_stdin_lock 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
yjhmelody f5a0a0ba86 fmt 5 years ago
yjhmelody d6f940110b update doc 5 years ago
yjhmelody 020eb85093 add stream::min_by_key method 5 years ago
Taiki Endo 944e43d4bf Remove Pin API related unsafe code by using pin-project-lite cra… (#381) 5 years ago
yjhmelody 4e5828e646 add stream::max_by method 5 years ago
Kyle Tomsic e26eb7a719 Add `Stream::sum()` and `Stream::product()` implementations
These are the stream equivalents to `std::iter::Iterator::sum()` and
`std::iter::Iterator::product()`.

Note that this changeset tweaks the `Stream::Sum` and `Stream::Product`
traits a little: rather than returning a generic future `F`, they return
a pinned, boxed, `Future` trait object now. This is in line with other
traits that return a future, e.g. `FromStream`.
5 years ago
Andre Zanellato faad4c8c26 Sentence structure on notice 5 years ago
Andre Zanellato 88558eae6e Typos and sentence structure fixes 5 years ago
Sunjay Varma 0d4a907335 Added Extend + FromStream for PathBuf 5 years ago
k-nasa 410d16eaf6 Add docs + To unstable feature 5 years ago
k-nasa 1c1e2230f3 Merge branch 'master' into add_stream_flatten 5 years ago
k-nasa 176359afae Add Stream::flatten 5 years ago
k-nasa 8138afbfad feat: Add Stream trait for Flatten 5 years ago
k-nasa cd862083a5 Add Flatten struct 5 years ago
k-nasa 2187a2a31d feat: Add Stream::flat_map 5 years ago
k-nasa 2dee289750 Add FlatMap struct 5 years ago
k-nasa bb1416420d feat: Add Stream trait for FlattenCompat 5 years ago
Stjepan Glavina 8bef2e9e95 Don't flush files if they weren't written to 5 years ago
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
5 years ago