quanta 0.5.1

high-speed timing facility
Documentation
[[bench]]
harness = false
name = "timing"
[dependencies.metrics-core]
optional = true
version = "^0.5"
[dev-dependencies.clocksource]
version = "^0.5"

[dev-dependencies.criterion]
version = "^0.3"

[features]
metrics = ["metrics-core"]

[package]
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
description = "high-speed timing facility"
documentation = "https://docs.rs/quanta"
edition = "2018"
homepage = "https://github.com/nuclearfurnace/quanta"
keywords = ["rdtsc", "timing", "nanosecond"]
license = "MIT"
name = "quanta"
readme = "README.md"
repository = "https://github.com/nuclearfurnace/quanta"
version = "0.5.1"
[target."cfg(target_os = \"ios\")".dependencies.mach]
version = "^0.3"
[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "^0.2"
[target."cfg(target_os = \"macos\")".dependencies.mach]
version = "^0.3"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["profileapi"]
version = "^0.3"