etherparse 0.8.3

A library for parsing & writing a bunch of packet based protocols (EthernetII, IPv4, IPv6, UDP, TCP ...).
Documentation
[badges.appveyor]
branch = "master"
repository = "JulianSchmid/etherparse"
service = "github"

[badges.codecov]
branch = "master"
repository = "JulianSchmid/etherparse"
service = "github"

[badges.gitlab]
branch = "master"
repository = "julian.schmid/etherparse"

[badges.travis-ci]
branch = "master"
repository = "JulianSchmid/etherparse"
[dependencies.byteorder]
version = "1.3.2"
[dev-dependencies.assert_matches]
version = "1.3.0"

[dev-dependencies.proptest]
version = "0.9.4"

[package]
authors = ["Julian Schmid <info@julianschmid.name>"]
categories = ["network-programming", "parser-implementations"]
description = "A library for parsing & writing a bunch of packet based protocols (EthernetII, IPv4, IPv6, UDP, TCP ...)."
edition = "2018"
exclude = [".gitignore", ".travis.yml", ".gitlab-ci.yml", ".travis/*"]
keywords = ["ipv4", "ipv6", "vlan", "udp", "tcp"]
license = "BSD-3-Clause"
name = "etherparse"
readme = "README.md"
repository = "https://github.com/JulianSchmid/etherparse"
version = "0.8.3"