rtime-clock 0.14.0

System clock interfaces (adjtime/adjtimex slew and step, PTP hardware clock) for the rTime NTP/PTP daemon
Documentation
[package]
name = "rtime-clock"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
description = "System clock interfaces (adjtime/adjtimex slew and step, PTP hardware clock) for the rTime NTP/PTP daemon"
documentation = "https://docs.rs/rtime-clock"
readme = "README.md"
keywords = ["clock", "adjtime", "adjtimex", "time", "ntp"]
categories = ["os::unix-apis", "date-and-time"]

[dependencies]
rtime-core = { workspace = true }
thiserror = { workspace = true }
libc = { workspace = true }
nix = { workspace = true }