#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

#1253 in Rust patterns

Download history 3072/week @ 2024-09-13 3768/week @ 2024-09-20 3454/week @ 2024-09-27 3588/week @ 2024-10-04 3010/week @ 2024-10-11 1880/week @ 2024-10-18 1655/week @ 2024-10-25 2238/week @ 2024-11-01 1623/week @ 2024-11-08 2460/week @ 2024-11-15 1814/week @ 2024-11-22 1701/week @ 2024-11-29 2064/week @ 2024-12-06 2696/week @ 2024-12-13 3174/week @ 2024-12-20 3151/week @ 2024-12-27

11,414 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