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

#138 in FFI

Download history 198/week @ 2024-12-13 46/week @ 2024-12-20 4/week @ 2025-01-03 440/week @ 2025-01-10 10/week @ 2025-01-17 374/week @ 2025-01-24 109/week @ 2025-01-31 104/week @ 2025-02-07

598 downloads per month

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