10 releases

0.0.9 Nov 8, 2024
0.0.7 Jul 23, 2024
0.0.5 Mar 2, 2024
0.0.3 Aug 15, 2023
0.0.2 Jul 4, 2023

#1235 in Rust patterns

Download history 70/week @ 2024-07-29 135/week @ 2024-08-26 9/week @ 2024-09-02 6/week @ 2024-09-09 19/week @ 2024-09-16 30/week @ 2024-09-23 8/week @ 2024-09-30 2/week @ 2024-10-07 4/week @ 2024-10-14 94/week @ 2024-11-04 14/week @ 2024-11-11

109 downloads per month
Used in 4 crates (via hydroflow)

Apache-2.0

40KB
1.5K SLoC

Pusherator generics and argument order conventions:

  • Next (being the next owned pusherator) should come first in generic arguments.
  • However next: Next in new(...) 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

~32–425KB