trace 0.1.7

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