Crates.io | pps-time |
lib.rs | pps-time |
version | 0.2.3 |
source | src |
created_at | 2024-12-13 15:44:42.243037+00 |
updated_at | 2025-01-10 14:14:40.946769+00 |
description | A Rust interface for PPS devices |
homepage | https://github.com/pendulum-project/pps-time |
repository | https://github.com/pendulum-project/pps-time |
max_upload_size | |
id | 1482302 |
size | 35,968 |
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"