The purpose of this library is to be your async ntp utility.
This is a fork of the crate ntp
that adds support for async-std
and Rust 2018
.
``` rust
nippy::getunixntp_time().await.unwrap();
```
This will return an i64 that is the unix ntp timestamp from pool ntp server
.