libftrace
Extemely simple function tracer, useful for debugging.
Usage
Before diving too deep, you should add the crate to your Cargo.toml:
[]
= "^0"
Then, add the `#[libftrace::traced]`` attribute to add spanning to a function:
use traced;