time_main 0.1.1

Prints the time it took to execute the main function of a program with an attribute macro.
Documentation
1
2
3
4
use time_main::time;

#[time]
fn main() {}