laptimer 0.1.0

Simple crate to print the time spent between different points in a program.
Documentation

laptimer

A simple Rust crate to print the time between different points in a program:

laptimer::print!(); 

// do some work...

laptimer::print!();

Which produces output like:

[   0.000ms] src/lib.rs:10
[   1.234ms] src/lib.rs:20