trace 0.1.7

A procedural macro for tracing the execution of functions
Documentation
1
2
3
4
5
[+] Entering foo()
I'm in foo!
[-] Exiting foo = ()
[+] Entering bar()
[-] Exiting bar = ()