af_packet 0.3.0

AF_PACKET bindings for Rust, primarily to be used for high-performance network security applications.
Documentation
[package]
name = "af_packet"
version = "0.3.0"
authors = ["Nick Price <nick@spun.io>"]
description = "AF_PACKET bindings for Rust, primarily to be used for high-performance network security applications."
license = "GPL-3.0"
repository = "https://gitlab.com/DominoTree/rs-af_packet"
keywords = ["pcap", "af_packet", "packet", "security", "linux"]
categories = ["os", "os::unix-apis", "network-programming", "development-tools::ffi"]

[dependencies]
libc = "0.2"
nom = "3.2"