variadic_closure 1.3.0

Support for dynamically created and called closures with variable number of arguments
Documentation
[package]
name = "variadic_closure"
version = "1.3.0"
edition = "2018"
description = "Support for dynamically created and called closures with variable number of arguments"
repository = "https://github.com/philip-peterson/variadic-closure"
authors = ["Philip Peterson <philip.c.peterson@gmail.com>"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
destructure_traitobject = "0.2.0"