Crates.io | mcurry |
lib.rs | mcurry |
version | 0.1.1 |
source | src |
created_at | 2019-12-21 04:29:35.560841 |
updated_at | 2019-12-21 04:40:31.028816 |
description | Macros for creating curried functions. |
homepage | https://github.com/ayazhafiz/mcurry |
repository | https://github.com/ayazhafiz/mcurry |
max_upload_size | |
id | 191144 |
size | 7,747 |
mcurry
exposes macros for creating
curried functions.
Development of mcurry
targets the master branch of this repository. Contributions are warmly
welcomed!
Changes can be tested by running the check
script:
scripts/check lf # validates lint and format
scripts/check test # tests source code