1 unstable release

Uses old Rust 2015

0.0.5 Sep 13, 2018

#370 in #functions

Download history 413/week @ 2024-03-30 105/week @ 2024-04-06 15/week @ 2024-04-13 14/week @ 2024-04-20 10/week @ 2024-04-27 1/week @ 2024-05-04 5/week @ 2024-05-11 21/week @ 2024-05-18 9/week @ 2024-05-25 13/week @ 2024-06-01 17/week @ 2024-06-08 28/week @ 2024-06-15 29/week @ 2024-06-22 111/week @ 2024-06-29 8/week @ 2024-07-06 16/week @ 2024-07-13

166 downloads per month
Used in ifinfo

MIT/Apache

55KB
1.5K SLoC

Rust 742 SLoC // 0.1% comments C 561 SLoC // 0.0% comments

interfaces-rs

Build Status

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