interfaces-rs

Actions Status Crate Docs

This project consists of functions to work with network interfaces in a cross-platform manner.

Example

Add this to your Cargo.toml:

[dependencies] interfaces = "0.0.6"

Then, in your crate:

```rust extern crate interfaces;

use interfaces::Interface; ```

License

MIT or Apache 2.0