0 Forks
17 Stars
17 Watchers

currying

A crate for argument-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.

How to download and setup currying

Open terminal and run command
git clone https://github.com/sigurd4/currying.git
git clone is used to create a copy or clone of currying repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with currying https://github.com/sigurd4/currying/archive/master.zip

Or simply clone currying with SSH
[email protected]:sigurd4/currying.git

If you have some problems with currying

You may open issue on currying support forum (system) here: https://github.com/sigurd4/currying/issues