1 unstable release

Uses old Rust 2015

0.0.5 Sep 13, 2018

#591 in #documentation

Download history 95/week @ 2024-08-01 28/week @ 2024-08-08 98/week @ 2024-08-15 9/week @ 2024-08-22 6/week @ 2024-08-29 13/week @ 2024-09-05 4/week @ 2024-09-12 19/week @ 2024-09-19 77/week @ 2024-09-26 25/week @ 2024-10-03 40/week @ 2024-10-10 43/week @ 2024-10-17 30/week @ 2024-10-24 33/week @ 2024-10-31 82/week @ 2024-11-07 33/week @ 2024-11-14

180 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–3MB
~62K SLoC