netif 0.1.6

List the network interfaces on the system.
Documentation
[package]
description = "List the network interfaces on the system."
edition = "2021"
license = "ISC"
name = "netif"
readme = "README.md"
resolver = "2"
version = "0.1.6"
[target."cfg(not(target_os = \"windows\"))".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["iphlpapi", "winsock2"]
version = "0.3"