partial-application-rs 0.1.0

A macro to transform functions into partially applicable structs
Documentation
[package]
name = "partial-application-rs"
version = "0.1.0"
authors = ["iwahbe <ian@wahbe.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
keywords = ["partial-application", "macro","functional"]
description = "A macro to transform functions into partially applicable structs"
readme = "README.md"
repository = "https://github.com/iwahbe/partial-application-rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
syn = {version = "1.0", features = ["full"]}
quote = "1.0"
proc-macro2 = "1.0"

[lib]
proc-macro = true