2 unstable releases
new 0.2.0 | Dec 19, 2024 |
---|---|
0.1.0 | Dec 13, 2024 |
#257 in Date and time
113 downloads per month
17KB
335 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)]'
Dependencies
~43KB