auto_curry 1.0.0

Procedural macro to automatically curry functions
Documentation
[dependencies.itertools]
version = "0.10.5"

[dependencies.proc-macro2]
version = "1.0.50"

[dependencies.quote]
version = "1.0.23"

[dependencies.syn]
features = ["visit", "full", "extra-traits"]
version = "1.0.107"

[lib]
proc-macro = true

[package]
description = "Procedural macro to automatically curry functions"
edition = "2021"
license-file = "LICENSE"
name = "auto_curry"
readme = "README.md"
repository = "https://github.com/whyrgola/auto_curry"
version = "1.0.0"