6 releases

0.0.5 Mar 2, 2024
0.0.4 Jan 29, 2024
0.0.3 Aug 15, 2023
0.0.2 Jul 4, 2023
0.0.0 Apr 24, 2023

#1248 in Rust patterns

Download history 3/week @ 2024-01-22 217/week @ 2024-01-29 183/week @ 2024-02-05 115/week @ 2024-02-12 196/week @ 2024-02-19 393/week @ 2024-02-26 234/week @ 2024-03-04 250/week @ 2024-03-11 257/week @ 2024-03-18 279/week @ 2024-03-25 338/week @ 2024-04-01 67/week @ 2024-04-08 1/week @ 2024-04-15 2/week @ 2024-04-29

141 downloads per month
Used in 3 crates (via hydroflow)

Apache-2.0

30KB
1K 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

~165KB