func_trace 1.0.3

A procedural macro for tracing the execution of functions
Documentation
1
2
3
4
[+] Entering foo(a = Foo("Foo"))
[-] Exiting foo = Foo(
    "Foo",
)