func_wrap 0.1.0

Helper crate for procedural macro authors that wish to duplicate some received function inside its body, so as to be able to wrap with some prologue, epilogue, cache-ing, etc.
Documentation
[dependencies.proc-macro2]
version = "1.0.*"

[dependencies.quote]
version = "1.0.*"

[dependencies.syn]
features = ["full"]
version = "1.0.*"

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
categories = ["rust-patterns"]
description = "Helper crate for procedural macro authors that wish to duplicate some received function inside its body, so as to be able to wrap with some prologue, epilogue, cache-ing, etc.\n"
documentation = "https://docs.rs/func_wrap"
edition = "2018"
homepage = "https://crates.io/crates/func_wrap"
keywords = ["decorator", "proc-macro", "wrap", "nested", "function"]
license = "Zlib OR MIT OR Apache-2.0"
name = "func_wrap"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/func_wrap.rs"
version = "0.1.0"