Registry / networking / ntp-proto

ntp-proto

JSON →
library1.9.0rscratesunverified

Packet parsing and algorithms for the ntpd-rs NTP implementation.

# Cargo.toml [dependencies] ntp-proto = "1.9.0"
INSTALL
IMPORT
SIG · NTP-PROTO
N
ntp-proto
networkingrustv1.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NtpPacket
use ntp_proto::NtpPacket;

Create a new NTP packet

use ntp_proto::NtpPacket; fn main() { let packet = NtpPacket::new(); println!("NTP packet created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ntp-proto — cargo add ntp-proto · libregistry