timer-no-std 0.3.1

Cross-platform interface to a monotonic clock and the corresponding thread sleep method.
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.educe]
version = "0.4.19"

[dependencies.num-traits]
default-features = false
version = "0.2.15"

[package]
authors = ["warlock <internalmike@gmail.com>"]
categories = ["os", "no-std"]
description = "Cross-platform interface to a monotonic clock and the corresponding thread sleep method."
documentation = "https://docs.rs/timer-no-std/"
edition = "2021"
keywords = ["monotonic", "timer", "fps", "delay", "sleep"]
license = "MIT OR Apache-2.0"
name = "timer-no-std"
readme = "README.md"
repository = "https://github.com/A1-Triard/timer-no-std"
resolver = "2"
rust-version = "1.59"
version = "0.3.1"
[target."cfg(all(not(target_os=\"dos\"), not(windows)))".dependencies.libc]
default-features = false
version = "0.2.126"
[target."cfg(all(not(target_os=\"dos\"), windows))".dependencies.winapi]
features = ["synchapi", "sysinfoapi"]
version = "0.3.9"
[target."cfg(target_os=\"dos\")".dependencies.pc-timer]
version = "0.1.0"