time_this 0.1.0

two macros to quickly time functions for debugging purposes
Documentation
1
A proc macro and a macro attribute to quickly time funcitions. Uses `std::time::Duration` so relies on std to work.