macrotime 2.1.0

A Rust crate for efficient timing.
Documentation
[dependencies]

[[example]]
name = "functions"
path = "examples/functions.rs"

[[example]]
name = "math"
path = "examples/math.rs"

[lib]
name = "macrotime"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust crate for efficient timing."
documentation = "https://docs.rs/macrotime/"
edition = "2021"
homepage = "https://github.com/gavincrawford/macrotime"
keywords = ["time", "timing", "performance", "benchmark", "development-tools"]
license = "MIT"
name = "macrotime"
readme = "README.md"
repository = "https://github.com/gavincrawford/macrotime"
version = "2.1.0"