List the network interfaces on the system.
Example usage: rust for ifa in netif::up() { if !ifa.address().is_loopback() { println!("{:?}", ifa); } }
rust for ifa in netif::up() { if !ifa.address().is_loopback() { println!("{:?}", ifa); } }
ISC, see the LICENSE file.