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 last month
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☆43Updated 2 months ago
- Blazing fast immutable collection datatypes for Rust.☆110Updated 2 weeks ago
- Stack of Rust crates for stead state projects☆69Updated 3 weeks ago
- A special rope, designed to work with any data type that is not String☆34Updated last year
- A memory efficient syntax tree for language developers☆62Updated last week
- ☆46Updated 4 years ago
- A small library for generating ASCII slugs from unicode strings.☆40Updated last year
- A Platform-less, Runtime-less Actor Computing Model☆126Updated last year
- Experimental type level programming in Rust☆37Updated 4 years ago
- Simple goldenfile testing in Rust☆40Updated 6 months ago
- Compact sets in rust☆57Updated 5 months ago
- Heph is an actor library for Rust based on asynchronous functions.☆147Updated last month
- Stack safe and expressive recursion in Rust☆102Updated 2 months ago
- Type-level named values with partial dependent type support in Rust☆57Updated 3 years ago
- Choose Rust types at compile-time via constants☆68Updated last year
- It executes futures☆57Updated 2 years ago
- An efficient JSON Value parser☆77Updated last year
- lens implemented in rust☆115Updated 2 years ago
- Weak hash tables for Rust☆41Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 9 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated 7 months ago
- Proc macro derive to generate structs from enum variants.☆29Updated 2 years ago
- ☆35Updated 6 months ago
- Serialization value trees☆45Updated last year
- bb8 connection manager for Diesel☆20Updated 2 years ago
- Helper macros: autoimpl, impl_scope☆66Updated last month
- Thread-unsafe async runtime☆29Updated 9 months ago
- Typed index version of Rust slice and Vec containers☆70Updated 3 months ago
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆40Updated 3 years ago
- A rust proc-macro to generate conversions for an enum of newtype variants☆28Updated 2 years ago