pps-time

Crates.iopps-time
lib.rspps-time
version0.2.3
sourcesrc
created_at2024-12-13 15:44:42.243037+00
updated_at2025-01-10 14:14:40.946769+00
descriptionA Rust interface for PPS devices
homepagehttps://github.com/pendulum-project/pps-time
repositoryhttps://github.com/pendulum-project/pps-time
max_upload_size
id1482302
size35,968
NTP (github:pendulum-project:ntp)

documentation

README

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"
Commit count: 14

cargo fmt