#chaining #call #free #chain #chains

apply

A tiny library for chaining free functions into method call chains

5 unstable releases

Uses old Rust 2015

0.3.0 Jul 2, 2020
0.2.2 Mar 21, 2016
0.2.1 Sep 22, 2015
0.1.1 Sep 22, 2015
0.1.0 Sep 21, 2015

#852 in Rust patterns

Download history 2092/week @ 2024-12-02 2075/week @ 2024-12-09 3444/week @ 2024-12-16 3134/week @ 2024-12-23 2746/week @ 2024-12-30 6379/week @ 2025-01-06 6781/week @ 2025-01-13 5787/week @ 2025-01-20 3782/week @ 2025-01-27 5461/week @ 2025-02-03 4263/week @ 2025-02-10 6306/week @ 2025-02-17 5775/week @ 2025-02-24 5634/week @ 2025-03-03 5226/week @ 2025-03-10 4945/week @ 2025-03-17

22,322 downloads per month
Used in 7 crates (5 directly)

Custom license

3KB

Apply

A tiny library for chaining free functions into method call chains.

Usage

See tests/lib.rs.


lib.rs:

A tiny library for chaining free functions into method call chains.

No runtime deps