A tiny SNTP packet parser and client.
This crate doesn’t use the standard library, and so requires the nightly Rust channel.
Get the source:
$ git clone https://github.com/hashmismatch/sntp_client.rs
$ cd sntp_client
Then build:
$ cargo build
And test:
$ cargo test