fugit 0.3.0

Time library for embedded targets with ease-of-use and performance first.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.defmt]
optional = true
version = "0.2.3"

[package]
authors = ["Emil Fresk <emil.fresk@gmail.com>"]
categories = ["date-and-time", "embedded", "no-std"]
description = "Time library for embedded targets with ease-of-use and performance first."
edition = "2021"
keywords = ["Time", "Duration", "Instant", "const"]
license = "MIT OR Apache-2.0"
name = "fugit"
readme = "README.md"
repository = "https://github.com/korken89/fugit"
resolver = "2"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true