timeit icon indicating copy to clipboard operation
timeit copied to clipboard

remove dependency on time crate and use std::time::Instant instead

Open Roguelazer opened this issue 3 years ago • 0 comments

similar to the other PR but uses the more modern Duration::as_secs_f64 and adds a test

Roguelazer avatar Jan 28 '22 19:01 Roguelazer