9 releases
0.0.8 | Aug 30, 2024 |
---|---|
0.0.7 | Jul 23, 2024 |
0.0.6 | May 24, 2024 |
0.0.5 | Mar 2, 2024 |
0.0.2 | Jul 4, 2023 |
#1181 in Rust patterns
44 downloads per month
Used in 4 crates
(via hydroflow)
33KB
1K
SLoC
Pusherator generics and argument order conventions:
Next
(being the next owned pusherator) should come first in generic arguments.- However
next: Next
innew(...)
arguments should come last. This is so the rest of the arguments appear in the order data flows in. - Any closures
Func
should come before their arguments, so:<Func: Fn(A) -> B, A, B>
Dependencies
~160KB