function_name-proc-macro 0.3.0

macro that expands to the name of the annotated function
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[lib]
proc-macro = true

[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-proc-macro"
repository = "https://github.com/danielhenrymantilla/rust-function_name"
version = "0.3.0"