rpcap 1.0.0

An all-Rust library for reading and writing PCAP files.
Documentation
[dependencies.bytepack]
version = "0.4.1"

[dependencies.time]
optional = true
version = "0.1"
[dev-dependencies.rand]
version = "0.8.4"

[features]
default = []

[package]
authors = ["Malte Kraus <git@maltekraus.de>"]
categories = ["network-programming"]
description = "An all-Rust library for reading and writing PCAP files."
documentation = "https://docs.rs/rpcap/"
edition = "2021"
exclude = ["*.pcap*", ".gitignore", "out"]
keywords = ["packet", "pcap", "sniffing"]
license = "MIT/Apache-2.0"
name = "rpcap"
readme = "README.md"
repository = "https://github.com/maltek/rpcap"
resolver = "2"
version = "1.0.0"