trace 0.1.7

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