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☆47Updated 2 months ago
- ☆46Updated 4 years ago
- A memory efficient syntax tree for language developers☆62Updated 3 months ago
- Compact sets in rust☆56Updated 8 months ago
- Stack safe and expressive recursion in Rust☆103Updated 5 months ago
- Blazing fast immutable collection datatypes for Rust.☆125Updated last month
- lens implemented in rust☆117Updated 2 years ago
- Type-level named values with partial dependent type support in Rust☆57Updated 3 years ago
- Stack of Rust crates for stead state projects☆69Updated 3 weeks ago
- Choose Rust types at compile-time via constants☆68Updated last year
- Rust procedural macro to associate constants with enum variants.☆30Updated last year
- 🎶 Choreographic programming in Rust 🎶☆61Updated 8 months ago
- Seamless Higher-Kinded Types in Rust☆87Updated 2 years ago
- Experimental type level programming in Rust☆41Updated 4 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 2 months ago
- Heph is an actor library for Rust based on asynchronous functions.☆148Updated last month
- Convenient creation of type-safe refinement types.☆22Updated last year
- A Platform-less, Runtime-less Actor Computing Model☆126Updated last year
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 6 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- Fast cache efficient immutable map for rust☆29Updated 2 months ago
- Simple goldenfile testing in Rust☆44Updated last month
- Rust Logger for Web Browsers☆20Updated 5 years ago
- A crate to provide anonymous row type, which fields can be access by lens-rs☆15Updated 4 years ago
- Helper macros: autoimpl, impl_scope☆68Updated last month
- A Rust logic programming library inspired by the *Kanren family of language DSLs.☆53Updated 8 months ago
- Proc-macro typestate DSL for Rust☆151Updated 2 years ago
- Safe, zero-cost tail recursion for stable Rust☆182Updated last year
- Proc macro derive to generate structs from enum variants.☆30Updated 2 years ago
- The Haskell’s do notation brought to Rust☆64Updated 3 years ago