clown 1.1.2

approximation of capture-by-closure lambdas
Documentation
[dependencies.itertools]
version = "0.14"

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

[dependencies.quote]
version = "1"

[dependencies.syn]
default-features = false
features = ["visit-mut", "full", "parsing", "printing", "proc-macro"]
version = "2"

[lib]
name = "clown"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Zygo Media <contact@zygomedia.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "approximation of capture-by-closure lambdas"
edition = "2021"
license = "MIT"
name = "clown"
readme = "README.md"
repository = "https://github.com/zygomedia/clown"
version = "1.1.2"