ntpd 0.1.0

Simple NTP server and client
Documentation

# About
NTP server and client implementation in Rust.


## Get Started

## Features
* No `std`

## TODO
- [ ] async
- [ ] sync
- [ ] ntp server
- [ ] ntp client
- [ ] ntp over tls
- [ ] ntp over https
- [ ] replace `nc` with `chrono` crate

## License
This project is release in Apache-2.0 license which can be found
in [LICENSE](LICENSE] file.