ntp-parser is a parser for the NTP protocol.
This crate mostly serves as a demo/example crate for network protocol parsers written using nom, and nom-derive.
pub use ntp::*;