closet 0.1.3

CLOSure-Enhancing Toolbox (CLOSET) provides some questionably-useful macro utilities for closures, including clone_army!, which reduces boilerplate for clone-capturing closures, and vindaloo!, which does automatic currying.
Documentation
1
2
3
4
5
6
7
8
[package]
name = "closet"
version = "0.1.3"
authors = ["Alex Burka <aburka@seas.upenn.edu>"]
description = "CLOSure-Enhancing Toolbox (CLOSET) provides some questionably-useful macro utilities for closures, including clone_army!, which reduces boilerplate for clone-capturing closures, and vindaloo!, which does automatic currying."
license = "MIT/Apache-2.0"
repository = "https://github.com/durka/closet"