13 releases
Uses new Rust 2024
| 0.0.12 | Mar 15, 2025 |
|---|---|
| 0.0.10 | Dec 23, 2024 |
| 0.0.9 | Nov 8, 2024 |
| 0.0.7 | Jul 23, 2024 |
| 0.0.2 | Jul 4, 2023 |
#195 in Rust patterns
15,393 downloads per month
Used in 4 crates
(via hydroflow)
41KB
1.5K
SLoC
Pusherator generics and argument order conventions:
Next(being the next owned pusherator) should come first in generic arguments.- However
next: Nextinnew(...)arguments should come last. This is so the rest of the arguments appear in the order data flows in. - Any closures
Funcshould come before their arguments, so:<Func: Fn(A) -> B, A, B>
Dependencies
~29–410KB