any_ref_macro 1.0.0

To capture and move things that are NOT 'static with memory safety.
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["FancyFlame <fancyflame@163.com>"]
description = "To capture and move things that are NOT 'static with memory safety."
documentation = "https://docs.rs/any_ref"
edition = "2021"
keywords = ["self-reference", "reference", "macro"]
license = "MIT"
name = "any_ref_macro"
readme = "README.md"
repository = "https://github.com/Fancyflame/Any-ref-rs"
version = "1.0.0"