Skip to main content

Crate ntp_proto

Crate ntp_proto 

Source
Expand description

NTP protocol types, extension fields, and NTS cryptographic primitives.

This crate provides the foundational types and parsing logic for the Network Time Protocol (RFC 5905) and Network Time Security (RFC 8915).

Modulesยง

error
Custom error types for buffer-based NTP packet parsing and serialization. Custom error types for buffer-based NTP packet parsing and serialization.
extension
NTP extension field parsing and NTS extension types. NTP extension field parsing and NTS (Network Time Security) extension types.
protocol
NTP protocol types and constants (RFC 5905). Types and constants that precisely match the specification.
unix_time
Unix time conversion utilities for NTP timestamps.