#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

#1208 in Rust patterns

Download history 1582/week @ 2023-12-04 1554/week @ 2023-12-11 2094/week @ 2023-12-18 1341/week @ 2023-12-25 1883/week @ 2024-01-01 2203/week @ 2024-01-08 2606/week @ 2024-01-15 2198/week @ 2024-01-22 2416/week @ 2024-01-29 2073/week @ 2024-02-05 2110/week @ 2024-02-12 3458/week @ 2024-02-19 2861/week @ 2024-02-26 2677/week @ 2024-03-04 2684/week @ 2024-03-11 3402/week @ 2024-03-18

11,832 downloads per month
Used in 6 crates (4 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