This project consists of functions to work with network interfaces in a cross-platform manner.
Add this to your Cargo.toml
:
``` [dependencies.interfaces]
git = "https://github.com/andrew-d/interfaces-rs" ```
Then, in your crate:
```rust extern crate interfaces;
use interfaces::Interface; ```
TODO: More documentation here
MIT or Apache 2.0