UsageEnable "timer" feature in Cargo.tomlSpecify the feature before module (#[cfg(feature="timer")]) Snippet for using the macros:let _time = timer_start!(|| "Benchmarking my function");<...>timer_end!(_time);