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

#276 in Hardware support

Download history 101/week @ 2024-12-08 137/week @ 2024-12-15 6/week @ 2024-12-22 378/week @ 2025-01-05 70/week @ 2025-01-12 332/week @ 2025-01-19 65/week @ 2025-01-26 132/week @ 2025-02-02 123/week @ 2025-02-09 173/week @ 2025-02-16 532/week @ 2025-02-23 187/week @ 2025-03-02 422/week @ 2025-03-09 143/week @ 2025-03-16 130/week @ 2025-03-23

910 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

~44KB