| Crates.io | ptp-time |
| lib.rs | ptp-time |
| version | 0.1.0 |
| created_at | 2025-08-10 05:24:25.953872+00 |
| updated_at | 2025-08-10 05:24:25.953872+00 |
| description | A Rust interface for PTP (Precision Time Protocol) hardware clocks |
| homepage | https://github.com/paulgear/ptp-time |
| repository | https://github.com/paulgear/ptp-time |
| max_upload_size | |
| id | 1788543 |
| size | 49,022 |
A Rust interface to the Linux kernel PTP devices.
Copyright (c) 2025 Paul D. Gear
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
ptp.rs contains bindings that were automatically generated by bindgen. Use
rm -f src/pps.rs; make src/pps.rs to update.