bench_diff 1.1.0

Reliably compare the latencies of two functions/closures.
Documentation
1
2
3
4
5
mod latency;
pub use latency::*;

#[cfg(feature = "_bench")]
pub mod work_fns;