fugit-timer 0.1.3

A Count Down Timer abstaction that uses fugit time primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.fugit]
version = "0.3.3"

[dependencies.nb]
version = "1.0.0"

[package]
categories = ["date-and-time", "embedded", "hardware-support", "no-std"]
description = "A Count Down Timer abstaction that uses fugit time primitives"
documentation = "https://docs.rs/fugit-timer"
edition = "2021"
keywords = ["Time", "Instant", "const"]
license = "MIT OR Apache-2.0"
name = "fugit-timer"
readme = "README.md"
repository = "https://github.com/burrbull/fugit-timer"
resolver = "2"
version = "0.1.3"