3 unstable releases

0.2.1 Jul 18, 2024
0.2.0 Jan 24, 2024
0.1.0 Nov 24, 2023

#180 in Operating systems

Download history 459/week @ 2024-07-22 376/week @ 2024-07-29 418/week @ 2024-08-05 217/week @ 2024-08-12 434/week @ 2024-08-19 292/week @ 2024-08-26 257/week @ 2024-09-02 386/week @ 2024-09-09 385/week @ 2024-09-16 230/week @ 2024-09-23 163/week @ 2024-09-30 213/week @ 2024-10-07 284/week @ 2024-10-14 154/week @ 2024-10-21 207/week @ 2024-10-28 163/week @ 2024-11-04

843 downloads per month
Used in 2 crates

Apache-2.0 OR MIT

31KB
625 lines

clock-steering

Functionality for manual clock steering - the process of keeping a clock synchronized to some external reference. This code is used in our implementations of NTP ntpd-rs and PTP statime. This crate is part of the pendulum project.


lib.rs:

Logic for steering OS clocks, aimed at NTP and PTP.

This code is used in our implementations of NTP ntpd-rs and PTP statime.

Dependencies

~44KB