sigurd4 / curryingLinks
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.
☆17Updated 3 months ago
Alternatives and similar repositories for currying
Users that are interested in currying are comparing it to the libraries listed below
Sorting:
- Optics library for rust☆48Updated 2 weeks ago
- ☆45Updated 4 years ago
- Compact sets in rust☆56Updated 7 months ago
- Blazing fast immutable collection datatypes for Rust.☆118Updated this week
- Type-level named values with partial dependent type support in Rust☆57Updated 3 years ago
- Stack of Rust crates for stead state projects☆69Updated 2 months ago
- A memory efficient syntax tree for language developers☆62Updated 2 months ago
- Rust procedural macro to associate constants with enum variants.☆27Updated 10 months ago
- A Platform-less, Runtime-less Actor Computing Model☆126Updated last year
- Parameterized routing for generic resources in Rust☆36Updated last year
- A special rope, designed to work with any data type that is not String☆34Updated last year
- PEG parser generator built on top of nom☆70Updated 6 years ago
- Transitive derive macros for Rust☆33Updated 4 months ago
- Simple goldenfile testing in Rust☆43Updated 8 months ago
- An efficient JSON Value parser☆77Updated last year
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆98Updated 5 months ago
- Simple, Erlang-inspired fault-tolerance framework for Rust Futures.