rawtime 0.0.10

Basic timing infrastructure for no_std (currently x86 only) platforms
Documentation
[dependencies.lazy_static]
features = ["spin_no_std"]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.x86]
features = ["unstable"]
version = "0.52"

[package]
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
description = "Basic timing infrastructure for no_std (currently x86 only) platforms"
edition = "2018"
keywords = ["no_std", "x86", "time"]
license = "Apache-2.0/MIT"
name = "rawtime"
resolver = "2"
version = "0.0.10"

[target.'cfg(not(target_os = "none"))'.dependencies.libc]
version = "0.2"

[target."cfg(unix)".dev-dependencies.env_logger]
version = "0.6.0"