tai-time 0.2.2

Nanosecond-precision monotonic clock timestamps based on the TAI time standard.
Documentation
[dependencies.chrono]
default-features = false
optional = true
version = "0.4.31"

[dependencies.libc]
default-features = false
optional = true
version = "0.2.68"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1"

[features]
chrono = ["dep:chrono"]
default = ["std"]
serde = ["dep:serde"]
std = []
tai_clock = ["dep:libc"]

[package]
authors = ["Serge Barral <serge.barral@asynchronics.com>"]
categories = ["date-and-time", "no-std", "science", "embedded"]
description = "Nanosecond-precision monotonic clock timestamps based on the TAI time standard.\n"
edition = "2021"
keywords = ["date", "time", "monotonic", "tai", "gps"]
license = "MIT OR Apache-2.0"
name = "tai-time"
readme = "README.md"
repository = "https://github.com/asynchronics/tai-time"
rust-version = "1.64"
version = "0.2.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]