This project consists of functions to work with network interfaces in a cross-platform manner.
Add this to your Cargo.toml
:
[dependencies]
interfaces = "0.0.8"
Then, in your crate:
extern crate interfaces;
use interfaces::Interface;
MIT or Apache 2.0