Crate tempus_fugit [] [src]

Macros

measure

This macro measures the execution time of an expression, then returns a (result, duration) tuple where:

Traits

MeasureDisplay

A trait to display duration outputs of the measurement! macro in a human-readable way.