i no longer use rust due to lack of portability, but "interfaces" is maintained again, so use that.
https://crates.io/crates/interfaces
This project consists of functions to work with network interfaces in a cross-platform manner.
forked from the abondoned andrew-d/interfaces-rs
Add this to your Cargo.toml
:
[dependencies]
interfaces2 = "0.0.4"
Then, in your crate:
extern crate interfaces2 as interfaces;
use interfaces::Interface;
MIT or Apache 2.0