func_

Rust Crates.io Documentation

Proc macro to insert function name within body of function because Rust is incapable of doing simple things

Once type_name is stable in const context this macro can be replaced properly with simple function call on function type.

Usage

```rust use func::func_;

[func]

fn myfunc() { asserteq!(func, "my_func"); } ```