[package] name = "mcurry" version = "0.1.1" authors = ["ayazhafiz "] edition = "2018" description = """ Macros for creating curried functions. """ license = "MIT" readme = "README.md" documentation = "https://docs.rs/mcurry" homepage = "https://github.com/ayazhafiz/mcurry" repository = "https://github.com/ayazhafiz/mcurry" keywords = ["curry", "currying", "macro"] categories = ["development-tools", "algorithms", "no-std", "rust-patterns"] [badges] maintenance = { status = "actively-developed" } travis-ci = { repository = "ayazhafiz/mcurry", branch = "master" } is-it-maintained-issue-resolution = { repository = "ayazhafiz/mcurry" } is-it-maintained-open-issues = { repository = "ayazhafiz/mcurry" }