tempus_fugit 0.3.1

A tiny library to measure, with nanosecond precision, the execution time of Rust expressions.
Documentation
[package]
name = "tempus_fugit"
version = "0.3.1"
authors = ["Joey Ezechiels <joey.ezechiels@gmail.com>"]
description = "A tiny library to measure, with nanosecond precision, the execution time of Rust expressions."
license = "BSD-3-Clause"

[dependencies]
chrono = "0.4"