#chaining #free #call #chains #tiny #function

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

#1062 in Rust patterns

Download history 3011/week @ 2024-03-14 3674/week @ 2024-03-21 3142/week @ 2024-03-28 2799/week @ 2024-04-04 2965/week @ 2024-04-11 3864/week @ 2024-04-18 3076/week @ 2024-04-25 3344/week @ 2024-05-02 3422/week @ 2024-05-09 3242/week @ 2024-05-16 2891/week @ 2024-05-23 3138/week @ 2024-05-30 2905/week @ 2024-06-06 2549/week @ 2024-06-13 2571/week @ 2024-06-20 2328/week @ 2024-06-27

10,841 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