[go: up one dir, main page]

netif 0.1.3

List the network interfaces on the system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
description = "List the network interfaces on the system."
edition = "2021"
license = "ISC"
name = "netif"
resolver = "2"
version = "0.1.3"
[target."cfg(not(target_os = \"windows\"))".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["iphlpapi", "winsock2"]
version = "0.3"