embedded-time 0.2.2

A library for abstracting clocks and handling time in embedded systems
Documentation
[dependencies.num]
default-features = false
version = "0.2.1"
[dev-dependencies.cortex-m]
version = "0.6.2"

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

[dev-dependencies.cortex-m-rtfm]
version = "0.5.1"

[dev-dependencies.mutex-trait]
version = "0.2.0"

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

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

[package]
authors = ["Peter Taylor <ptaylor@fluentech.info>"]
categories = ["date-and-time", "embedded", "no-std"]
description = "A library for abstracting clocks and handling time in embedded systems"
edition = "2018"
keywords = ["time", "Duration", "Instant", "Clock", "Monotonic"]
license = "MIT OR Apache-2.0"
name = "embedded-time"
readme = "README.md"
repository = "https://github.com/PTaylor-FluenTech/embedded-time/"
version = "0.2.2"