pnet_sys 0.34.0

Access to network related system function and calls.
Documentation
[dependencies.libc]
version = "0.2.147"

[package]
authors = ["Robert Clipsham <robert@octarineparrot.com>", "Linus Färnstrand <faern@faern.net>"]
categories = ["network-programming"]
description = "Access to network related system function and calls."
edition = "2021"
homepage = "https://github.com/libpnet/libpnet"
keywords = ["networking", "datalink", "ethernet", "raw"]
license = "MIT/Apache-2.0"
name = "pnet_sys"
readme = "README.md"
repository = "https://github.com/libpnet/libpnet"
version = "0.34.0"
[target."cfg(windows)".dependencies.winapi]
features = ["winsock2", "ws2ipdef"]
version = "0.3.9"