/interfaces-rs

Library to work with network interfaces in Rust.

Primary LanguageRust

interfaces-rs

Build Status Coverage Status 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.1"

Then, in your crate:

extern crate interfaces;

use interfaces::Interface;

TODO: More documentation here

License

MIT or Apache 2.0