// Copyright 2026 U.S. Federal Government (in countries where recognized)
// SPDX-License-Identifier: Apache-2.0
//! Example NTPv4 server using tokio.
//!
//! Run with: `cargo run --example server --features tokio`
use Stratum;
use NtpServer;
async