trace 0.1.7

A procedural macro for tracing the execution of functions
Documentation
1
2
3
4
5
6
[+] Entering bar(x = 20)
[+] Entering foo(x = 10)
 [+] Entering bar(x = 12)
[-] Exiting bar = 30
 [-] Exiting bar = 22
[-] Exiting foo = 18