apply icon indicating copy to clipboard operation
apply copied to clipboard

A tiny library for chaining free functions into method call chains.

Results 3 apply issues
Sort by recently updated
recently updated
newest added

I think this lets you do something like ``` 1 .apply(|i| i + 2) .apply(myOwnFunctionWhichConsumesI32) ``` Such an example in the API docs and README would be helpful :smile: :...

this lib would surely see more use -- which I am all in favor of -- if it had more extensive docs and some more examples. let's consider adding some.

I know it currently does not support async functions, but are there any known workarounds or are you planning on supporting in future?