pdu 1.4.2

Small, fast, and correct L2/L3/L4 packet parser.
Documentation
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "alexforster/pdu"
[dev-dependencies.base16]
version = "~0.2"

[dev-dependencies.pcap]
version = "~0.9"

[dev-dependencies.roxmltree]
features = ["std"]
version = "~0.14"

[features]
default = ["std"]
std = []

[package]
authors = ["Alex Forster <alex@alexforster.com>"]
categories = ["parsing", "network-programming", "no-std"]
description = "Small, fast, and correct L2/L3/L4 packet parser."
edition = "2018"
homepage = "https://github.com/alexforster/pdu"
keywords = ["ethernet", "ip", "tcp", "udp", "gre"]
license = "Apache-2.0"
name = "pdu"
readme = "README.md"
repository = "https://github.com/alexforster/pdu"
version = "1.4.2"