func_trace 1.0.3

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