An ntp packet parsing library written in Rust.
Add this to your Cargo.toml
:
ini
[dependencies]
ntp = "0.1.1"
and this to your crate root:
rust
extern crate ntplib;
Pull Requests and Issues welcome!
ntplib
is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE, and LICENSE-MIT for details.