currying

Crates.iocurrying
lib.rscurrying
version0.2.2
sourcesrc
created_at2023-03-20 16:50:54.430616
updated_at2023-11-23 15:40:47.782811
descriptionA crate for currying anything implementing FnOnce. Arguments can be passed one at a time, yielding a new something implementing FnOnce (and possibly FnMut and Fn) which can be called with one less argument.
homepage
repositoryhttps://github.com/sigurd4/currying
max_upload_size
id815483
size11,026
sigurd4 (sigurd4)

documentation

README

A crate for currying anything implementing FnOnce.

Arguments can be passed one at a time, yielding a new something implementing FnOnce (and possibly FnMut and Fn) which can be called with one less argument.

Commit count: 14

cargo fmt