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

#277 in Hardware support

Download history 67/week @ 2025-01-27 131/week @ 2025-02-03 124/week @ 2025-02-10 184/week @ 2025-02-17 532/week @ 2025-02-24 196/week @ 2025-03-03 409/week @ 2025-03-10 141/week @ 2025-03-17 140/week @ 2025-03-24 139/week @ 2025-03-31 187/week @ 2025-04-07 233/week @ 2025-04-14 199/week @ 2025-04-21 191/week @ 2025-04-28 168/week @ 2025-05-05 230/week @ 2025-05-12

805 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

~43KB