clonelicious 0.0.2

A Rust macro library that simplifies cloning and closure execution. The `clone!` macro automatically clones variables and immediately executes the closure with the cloned values, streamlining common patterns in Rust programming.
Documentation
[lib]
name = "clonelicious"
path = "src/lib.rs"

[package]
authors = ["ltpp-universe <root@ltpp.vip>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "development-tools"]
description = "A Rust macro library that simplifies cloning and closure execution. The `clone!` macro automatically clones variables and immediately executes the closure with the cloned values, streamlining common patterns in Rust programming."
edition = "2021"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["standard", "macro", "extensions", "structures", "simplifying"]
license = "MIT"
name = "clonelicious"
readme = "README.md"
repository = "https://github.com/ltpp-universe/clonelicious"
version = "0.0.2"