etherparse 0.14.3

A library for parsing & writing a bunch of packet based protocols (EthernetII, IPv4, IPv6, UDP, TCP ...).
Documentation
[dependencies.arrayvec]
default-features = false
version = "0.7.2"
[dev-dependencies.proptest]
version = "1.0.0"

[features]
default = ["std"]
std = ["arrayvec/std"]

[package]
authors = ["Julian Schmid <info@julianschmid.name>"]
categories = ["network-programming", "parser-implementations", "no-std", "no-std::no-alloc"]
description = "A library for parsing & writing a bunch of packet based protocols (EthernetII, IPv4, IPv6, UDP, TCP ...)."
edition = "2021"
exclude = [".gitignore", ".travis.yml", ".github/*", ".gitlab-ci.yml", ".travis/*", "appveyor.yml"]
keywords = ["ipv4", "ipv6", "vlan", "udp", "tcp"]
license = "MIT OR Apache-2.0"
name = "etherparse"
readme = "README.md"
repository = "https://github.com/JulianSchmid/etherparse"
version = "0.14.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]