interfaces 0.0.3

A Rust library for interacting with network interfaces
Documentation

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.3"

Then, in your crate:

extern crate interfaces;

use interfaces::Interface;

TODO: More documentation here

License

MIT or Apache 2.0