Rust Partial Bind
A simple proc-macro library that provides a macro to partial bind function arguments using closures. Which is known as partial function application.
Syntax:
bind!; // which generates: |__1, __2| foo(1, 2, __1, __2, 3)
Usage:
Case: Add context for api handler in web backend:
let = unbounded;
spawn;
router.route
async