function_name 0.3.0

macro that expands to the name of the annotated function
Documentation
[dependencies.function_name-proc-macro]
version = "0.3.0"

[features]
better-docs = []
default = []
docs-rs = ["better-docs"]

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "macro that expands to the name of the annotated function"
documentation = "https://docs.rs/function_name"
edition = "2018"
homepage = "https://crates.io/crates/function_name"
keywords = ["macro", "proc-macro", "proc-macro-attribute", "name", "function_name"]
license = "MIT"
name = "function_name"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/rust-function_name"
version = "0.3.0"
[package.metadata.docs.rs]
features = ["docs-rs"]