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 weeks ago
Alternatives and similar repositories for currying
Users that are interested in currying are comparing it to the libraries listed below
Sorting:
- Compact sets in rust☆57Updated 4 months ago
- Blazing fast immutable collection datatypes for Rust.☆107Updated this week
- ☆46Updated 4 years ago
- Serialization value trees☆45Updated 11 months ago
- Proc macro derive to generate structs from enum variants.☆29Updated 2 years ago
- A memory efficient syntax tree for language developers☆62Updated last month
- Typed index version of Rust slice and Vec containers☆70Updated 2 months ago
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆97Updated 2 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated 6 months ago
- Choose Rust types at compile-time via constants☆68Updated last year
- A small library for generating ASCII slugs from unicode strings.☆40Updated 11 months ago
- Optics library for rust☆41Updated last month
- Weak hash tables for Rust☆41Updated last year
- Helper macros: autoimpl, impl_scope☆65Updated last month
- Correct by construction non-empty list☆61Updated this week
- A Platform-less, Runtime-less Actor Computing Model☆126Updated last year
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 3 years ago
- High precision decimal☆24Updated 2 years ago
- lens implemented in rust☆115Updated 2 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆105Updated 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 last week
- A Rust memory allocator for large slices that don't escape the stack.☆31Updated 3 years ago
- An async version of iterator☆40Updated last year
- Alternative future adapters that provide cancel safety.☆65Updated 2 weeks ago
- bb8 connection manager for Diesel☆20Updated 2 years ago
- Eventually consistent values for Rust☆126Updated 3 years ago
- Generic extensions for tapping values in Rust.☆57Updated 6 years ago
- Heph is an actor library for Rust based on asynchronous functions.☆144Updated 2 weeks ago