Crates.io | ntp |
lib.rs | ntp |
version | 0.5.0 |
source | src |
created_at | 2017-02-23 08:39:36.627757 |
updated_at | 2018-06-29 04:03:30.228499 |
description | Library for parsing and communicating over Network Time Protocol. |
homepage | https://github.com/JeffBelgum/ntp |
repository | https://github.com/JeffBelgum/ntp |
max_upload_size | |
id | 8648 |
size | 33,028 |
An ntp packet parsing library written in Rust.
Add this to your Cargo.toml
:
[dependencies]
ntp = "0.5"
and this to your crate root:
extern crate ntp;
no-std
io independent parsing
async support
setting clocks
ntp server functionality
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.