13 releases

Uses new Rust 2024

0.0.12 Mar 15, 2025
0.0.10 Dec 23, 2024
0.0.9 Nov 8, 2024
0.0.7 Jul 23, 2024
0.0.2 Jul 4, 2023

#195 in Rust patterns

Download history 1336/week @ 2025-09-24 421/week @ 2025-10-01 1355/week @ 2025-10-08 1409/week @ 2025-10-15 1376/week @ 2025-10-22 1482/week @ 2025-10-29 1553/week @ 2025-11-05 1290/week @ 2025-11-12 3952/week @ 2025-11-19 4340/week @ 2025-11-26 3664/week @ 2025-12-03 4788/week @ 2025-12-10 3994/week @ 2025-12-17 3268/week @ 2025-12-24 2677/week @ 2025-12-31 4336/week @ 2026-01-07

15,393 downloads per month
Used in 4 crates (via hydroflow)

Apache-2.0

41KB
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

~29–410KB