3 unstable releases

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

#155 in Operating systems

Download history 306/week @ 2024-09-01 391/week @ 2024-09-08 385/week @ 2024-09-15 229/week @ 2024-09-22 170/week @ 2024-09-29 193/week @ 2024-10-06 307/week @ 2024-10-13 153/week @ 2024-10-20 201/week @ 2024-10-27 169/week @ 2024-11-03 127/week @ 2024-11-10 234/week @ 2024-11-17 667/week @ 2024-11-24 371/week @ 2024-12-01 421/week @ 2024-12-08 247/week @ 2024-12-15

1,733 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

~43KB