11 releases

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

#460 in Rust patterns

Download history 27/week @ 2024-09-24 8/week @ 2024-10-01 4/week @ 2024-10-08 2/week @ 2024-10-15 99/week @ 2024-11-05 10/week @ 2024-11-12 11/week @ 2024-11-19 2/week @ 2024-11-26 14/week @ 2024-12-03 31/week @ 2024-12-10 54/week @ 2024-12-17 97/week @ 2024-12-24 4/week @ 2024-12-31 8/week @ 2025-01-07

163 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–430KB