#chaining #call #function #free #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

#1060 in Rust patterns

Download history 2728/week @ 2024-06-15 2414/week @ 2024-06-22 2807/week @ 2024-06-29 6116/week @ 2024-07-06 8384/week @ 2024-07-13 8658/week @ 2024-07-20 4766/week @ 2024-07-27 5488/week @ 2024-08-03 6222/week @ 2024-08-10 4180/week @ 2024-08-17 3470/week @ 2024-08-24 3145/week @ 2024-08-31 3209/week @ 2024-09-07 3043/week @ 2024-09-14 3915/week @ 2024-09-21 2840/week @ 2024-09-28

13,421 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