Ntplib

An ntp packet parsing library written in Rust.

Usage

Add this to your Cargo.toml:

ini [dependencies] ntp = "0.2.0"

and this to your crate root:

rust extern crate ntplib;

Todo

Contributions

Pull Requests and Issues welcome!

License

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.