trace 0.1.7

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