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

#1292 in Rust patterns

Download history 1752/week @ 2024-10-21 1929/week @ 2024-10-28 2005/week @ 2024-11-04 2187/week @ 2024-11-11 1860/week @ 2024-11-18 1774/week @ 2024-11-25 2092/week @ 2024-12-02 2075/week @ 2024-12-09 3444/week @ 2024-12-16 3134/week @ 2024-12-23 2746/week @ 2024-12-30 6379/week @ 2025-01-06 6781/week @ 2025-01-13 5787/week @ 2025-01-20 3782/week @ 2025-01-27 4385/week @ 2025-02-03

21,429 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