embedded-time 0.7.0-alpha1

A library for abstracting clocks and handling time(ing) in embedded systems
Documentation
[[bench]]
harness = false
name = "duration"
[dependencies.num]
default-features = false
version = "0.3.0"
[dev-dependencies.cortex-m]
version = "0.6.2"

[dev-dependencies.cortex-m-rt]
version = "0.6.12"

[dev-dependencies.criterion]
version = "0.3.3"

[dev-dependencies.nrf52832-hal]
default-features = false
features = ["rt", "xxAA-package"]
version = "0.10.0"

[dev-dependencies.panic-never]
version = "0.1.0"

[dev-dependencies.panic_rtt]
version = "0.3.0"

[package]
authors = ["Peter Taylor <PTaylor@FluenTech.info>"]
categories = ["date-and-time", "embedded", "no-std"]
description = "A library for abstracting clocks and handling time(ing) in embedded systems"
edition = "2018"
keywords = ["time", "Duration", "Instant", "Clock", "Monotonic"]
license = "MIT OR Apache-2.0"
name = "embedded-time"
readme = "crates-io.md"
repository = "https://github.com/FluenTech/embedded-time/"
version = "0.7.0-alpha1"
[target."cfg(not(target_arch = \"arm\"))".dev-dependencies.crossbeam-utils]
version = "0.7.2"