NTP parser written in rust with nom
Rust
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src Rewrite and simplify extensions and MAC parsing May 15, 2018
.gitignore
.travis.yml Update CI build script May 14, 2018
Cargo.toml Use newtype for NtpMode, remove enum_primitive May 14, 2018
LICENSE-APACHE Switch license to MIT + APLv2 May 14, 2018
LICENSE-MIT
README.md Use newtype for NtpMode, remove enum_primitive May 14, 2018

README.md

ntp-parser

License: MIT Apache License 2.0 Build Status Crates.io Version

Overview

ntp-parser is a parser for the NTP protocol.

Changes

0.2.0

  • Use newtype for NtpMode, remove enum_primitive
  • Switch license to MIT + APLv2

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.