bind2 0.1.0

Generate some let statements, similar to bind, but very lightweight
Documentation
[dependencies.proc-macro-tool]
version = "0.8.37"

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

[package]
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Generate some let statements, similar to bind, but very lightweight"
edition = "2024"
keywords = ["capture", "closure", "binding", "clone"]
license = "MIT"
name = "bind2"
readme = "README.md"
repository = "https://github.com/A4-Tacks/bind2-rs"
version = "0.1.0"

[[test]]
name = "test"
path = "tests/test.rs"