etherparse 0.1.2

A library for parsing ethernet & ethernet using protocols.
Documentation
[package]
name = "etherparse"
version = "0.1.2"
authors = ["Julian Schmid <info@julianschmid.name>"]
repository = "https://github.com/JulianSchmid/etherparse"
description = "A library for parsing ethernet & ethernet using protocols."
keywords = ["EthernetII", "IPv4", "IPv6"]
license = "BSD-3-Clause"
readme = "README.md"
exclude = [
    ".gitignore",
    ".travis.yml",
]

[dependencies]
byteorder = "1.2.1"

[badges]
travis-ci = { repository = "JulianSchmid/etherparse", branch = "master" }