#chaining #call #free #function #chain #tiny

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

#753 in Rust patterns

Download history 6850/week @ 2024-08-07 4878/week @ 2024-08-14 3575/week @ 2024-08-21 3437/week @ 2024-08-28 3140/week @ 2024-09-04 3129/week @ 2024-09-11 3137/week @ 2024-09-18 3795/week @ 2024-09-25 3636/week @ 2024-10-02 3129/week @ 2024-10-09 2198/week @ 2024-10-16 1726/week @ 2024-10-23 2168/week @ 2024-10-30 1772/week @ 2024-11-06 2470/week @ 2024-11-13 1774/week @ 2024-11-20

8,480 downloads per month
Used in 8 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