An ntp packet parsing library written in Rust.
Add this to your Cargo.toml
:
ini
[dependencies]
ntp = "0.4"
and this to your crate root:
rust
extern crate ntp;
Pull Requests and Issues welcome!
ntp
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.