sigurd4 / 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.
☆15Updated last month
Alternatives and similar repositories for currying:
Users that are interested in currying are comparing it to the libraries listed below
- hot-reload template for Rust☆21Updated 2 years ago
- Utility library to work with tuples.☆17Updated 3 years ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 3 years ago
- Serde-based replacement for #[derive(Debug)]☆65Updated 4 months ago
- Parameterized routing for generic resources in Rust☆36Updated last year
- A special rope, designed to work with any data type that is not String☆32Updated last year
- ☆42Updated 2 years ago
- Serde partial serialization made easy☆42Updated 2 years ago
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- An ordered multimap.☆20Updated 2 months ago
- A memory efficient syntax tree for language developers☆54Updated last month
- Simple goldenfile testing in Rust.☆39Updated 2 weeks ago
- rust slice conversion library☆16Updated 2 years ago
- lens implemented in rust☆114Updated last year
- Rust Serde Serializer and Deserializer for SQLite jsonb data format☆35Updated 3 months ago
- Typed index version of Rust slice and Vec containers☆68Updated 4 months ago
- An efficient JSON Value parser☆76Updated last year
- A more flexible version of the Rust `scoped-tls` library☆14Updated 4 months ago
- Alternative future adapters that provide cancel safety.☆60Updated 3 weeks ago
- bb8 connection manager for Diesel☆20Updated 2 years ago
- A small library for generating ASCII slugs from unicode strings.☆38Updated 6 months ago
- A rust proc-macro to generate conversions for an enum of newtype variants☆28Updated 2 years ago
- Make it possible to chain regular functions☆41Updated 3 months ago
- Customizable subcommands to build your Wasm projects using xtask.☆51Updated last month
- Compact sets in rust☆54Updated 3 months ago
- Improve and strengthen your strings by making them strongly-typed with less boilerplate☆31Updated last month
- Traits extending the Rust Range structs in std::ops☆38Updated last year
- A minimal actor model for Rust☆25Updated 2 years ago
- Attribute proc-macro to delegate method to a field☆29Updated last year
- Thread-unsafe async runtime☆27Updated 3 months ago