11 releases

new 0.0.10 Dec 23, 2024
0.0.9 Nov 8, 2024
0.0.8 Aug 30, 2024
0.0.7 Jul 23, 2024
0.0.2 Jul 4, 2023

#491 in Rust patterns

Download history 9/week @ 2024-09-05 16/week @ 2024-09-12 22/week @ 2024-09-19 18/week @ 2024-09-26 4/week @ 2024-10-03 3/week @ 2024-10-10 2/week @ 2024-10-17 2/week @ 2024-10-31 102/week @ 2024-11-07 9/week @ 2024-11-14 7/week @ 2024-11-21 7/week @ 2024-11-28 18/week @ 2024-12-05 22/week @ 2024-12-12 124/week @ 2024-12-19

171 downloads per month
Used in 7 crates (2 directly)

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