1 unstable release
Uses old Rust 2015
0.0.5 | Sep 13, 2018 |
---|
#370 in #functions
166 downloads per month
Used in ifinfo
55KB
1.5K
SLoC
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:
extern crate interfaces2;
use interfaces2::Interface;
License
MIT or Apache 2.0
lib.rs
:
A library for interoperating with the network interfaces of a system.
TODO: add more documentation on how to use.
Dependencies
~1.9–2.8MB
~59K SLoC