auto-currying 0.1.1

Automatically implement Curry for callable types such that they are curried functions
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
description = "Automatically implement Curry for callable types such that they are curried functions"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "auto-currying"
readme = "readme.md"
repository = "https://github.com/xmh0511/auto-curry"
version = "0.1.1"