[lib]
name = "cpu_timer"
path = "src/lib.rs"
[package]
authors = ["Gavin J Stark"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time"]
description = "Precise CPU timers with backup to std::time, for in-library timing"
documentation = "https://docs.rs/cpu_timer"
edition = "2021"
homepage = "https://github.com/atthecodeface/cpu_timer_rs"
keywords = ["timer", "precise", "cpu"]
license = "MIT OR Apache-2.0"
name = "cpu_timer"
readme = "README.md"
repository = "https://github.com/atthecodeface/cpu_timer_rs"
version = "0.1.1"
[[test]]
name = "arr_vec"
path = "tests/arr_vec.rs"
[[test]]
name = "cpu_timer"
path = "tests/cpu_timer.rs"