packet 0.1.4

Network packet handling.
Documentation
[package]
name    = "packet"
version = "0.1.4"
edition = "2018"

authors = ["meh. <meh@schizofreni.co>"]
license = "WTFPL"

description = "Network packet handling."
repository  = "https://github.com/meh/rust-packet"
keywords    = ["packet", "network", "ip", "tcp", "udp"]

[dependencies]
thiserror = "1"
bitflags  = "1"
byteorder = "1"

hwaddr = { version = "0.1", default-features = false }
serde = { optional = true, version = "1", features = ["derive"] }