currying 0.3.4

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.
Documentation

currying

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 5 feature flags, 2 of them enabled by default.

default

const (default)

This feature flag does not enable additional features.

rcurry (default)

This feature flag does not enable additional features.

async

This feature flag does not enable additional features.

experimental

pedantic

This feature flag does not enable additional features.