clonelicious

Crates.ioclonelicious
lib.rsclonelicious
version2.2.16
created_at2025-01-17 15:09:51.022756+00
updated_at2026-01-25 01:41:40.433069+00
descriptionA 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.
homepage
repositoryhttps://github.com/crates-dev/clonelicious
max_upload_size
id1520675
size18,544
尤雨东 (eastspire)

documentation

README

clonelicious

Official Documentation

Api Docs

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.

Installation

To install clonelicious run cmd:

cargo add clonelicious

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Contact

For any inquiries, please reach out to the author at root@ltpp.vip.

Commit count: 42

cargo fmt