//! # ntp-parser
//!
//! [](./LICENSE-MIT)
//! [](./LICENSE-APACHE)
//! [](https://travis-ci.org/rusticata/ntp-parser)
//! [](https://crates.io/crates/ntp-parser)
//!
//! ## Overview
//!
//! 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.
// add missing_docs
pub use *;