ntp-parser 0.1.3

Parser for the NTP protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# ntp-parser

[![LICENSE](https://img.shields.io/badge/License-LGPL%20v2.1-blue.svg)](LICENSE)
[![Build Status](https://travis-ci.org/rusticata/ntp-parser.svg?branch=master)](https://travis-ci.org/rusticata/ntp-parser)
[![Crates.io Version](https://img.shields.io/crates/v/ntp-parser.svg)](https://crates.io/crates/ntp-parser)

## Overview

ntp-parser is a parser for the NTP protocol.

## License

This library is licensed under the GNU Lesser General Public License version 2.1, or (at your option) any later version.