Nippy

Purpose
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, tokio, and Rust 2018.
Install
async-std
= "2"
Tokio
= { ="2", =false, =["tokio-runtime"] }
Use
get_unix_ntp_time.await.unwrap;
This will return an i64 that is the unix ntp timestamp from pool ntp server.