5 releases

0.2.3 Jan 10, 2025
0.2.2 Jan 10, 2025
0.2.1 Jan 10, 2025
0.2.0 Dec 19, 2024
0.1.0 Dec 13, 2024

#330 in Hardware support

Download history 44433/week @ 2025-11-21 31565/week @ 2025-11-28 34243/week @ 2025-12-05 43473/week @ 2025-12-12 26033/week @ 2025-12-19 17010/week @ 2025-12-26 33697/week @ 2026-01-02 65334/week @ 2026-01-09 47199/week @ 2026-01-16 51604/week @ 2026-01-23 62266/week @ 2026-01-30 51567/week @ 2026-02-06 70759/week @ 2026-02-13 76110/week @ 2026-02-20 67514/week @ 2026-02-27 47784/week @ 2026-03-06

274,202 downloads per month
Used in ntpd

Apache-2.0 OR MIT

21KB
528 lines

PPS Time

A Rust interface for Pulse Per Second (PPS) devices, based on RFC 2783. This crate is part of Project Pendulum, and is used in ntpd-rs.

The pps.rs contains bindings that were automatically generated by rust-bindgen:

bindgen /usr/include/linux/pps.h -o ./src/pps.rs --with-derive-default --raw-line '#![allow(dead_code, non_camel_case_types, non_snake_case)]' --rust-target "1.68"

Dependencies

~42KB