tempus_fugit 0.11.0

A tiny library to measure the execution time of Rust expressions, with nanosecond precision.
Documentation
[dependencies.chrono]
features = ["wasmbind"]
version = "0.4"

[dependencies.lazy_static]
version = "1.0"

[dependencies.regex]
optional = true
version = "1.0"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.serde_derive]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[features]
enable_serde = ["regex", "serde", "serde_derive", "serde_json"]

[package]
authors = ["Joey Ezechiels <joey.ezechiels@gmail.com>"]
description = "A tiny library to measure the execution time of Rust expressions, with nanosecond precision."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "tempus_fugit"
repository = "http://github.com/jjpe/tempus_fugit"
version = "0.11.0"