Crates.io | currying |
lib.rs | currying |
version | 0.2.2 |
source | src |
created_at | 2023-03-20 16:50:54.430616 |
updated_at | 2023-11-23 15:40:47.782811 |
description | 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. |
homepage | |
repository | https://github.com/sigurd4/currying |
max_upload_size | |
id | 815483 |
size | 11,026 |
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.