cpu_timer 0.1.1

Precise CPU timers with backup to std::time, for in-library timing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "cpu_timer"
version = "0.1.1"
edition = "2021"
readme = "README.md"
authors = ["Gavin J Stark"]
description = "Precise CPU timers with backup to std::time, for in-library timing"
homepage = "https://github.com/atthecodeface/cpu_timer_rs"
documentation = "https://docs.rs/cpu_timer"
keywords = ["timer", "precise", "cpu"]
categories = ["date-and-time"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/atthecodeface/cpu_timer_rs"