# interfaces-rs [![Build Status](https://travis-ci.org/aep/interfaces-rs.svg?branch=master)](https://travis-ci.org/aep/interfaces-rs) This project consists of functions to work with network interfaces in a cross-platform manner. forked from the abondoned andrew-d/interfaces-rs # Example Add this to your `Cargo.toml`: ``` [dependencies] interfaces2 = "0.0.4" ``` Then, in your crate: ```rust extern crate interfaces2; use interfaces2::Interface; ``` # License MIT or Apache 2.0