netif 0.1.6

List the network interfaces on the system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "netif"
version = "0.1.6"
edition = "2021"
license = "ISC"
description = "List the network interfaces on the system."

[target.'cfg(not(target_os = "windows"))'.dependencies]
libc = "0.2"

[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["iphlpapi", "winsock2"] }